We have had reports that RT Messages are intermittently undelivered. After reviewing prior posts on forum of a similar nature we have a question (perhaps a request). When the client loses the connection to the server it being making "keep alive" calls to reconnect. We can see the URL's getting called every second from a debugger or network monitor. From the debugger the message appear as "Sending data via frame isc_HiddenFrame_# ... /messaging/ts?=####### where the # are digits.  Is there an Event Handler or other mechanism we can use to notify the client application that the network connection is disrupted?
Essentially we would like to listen on the client side for such an event and post a message to the user so they are informed that the connectivity is disrupted and they may not receive message during this period. Further, it will help us eliminate a possible cause of a message not being delivered.
Essentially we would like to listen on the client side for such an event and post a message to the user so they are informed that the connectivity is disrupted and they may not receive message during this period. Further, it will help us eliminate a possible cause of a message not being delivered.
Comment