Hi,
usually "Streaming system is disconnected" means that the connection with the server is lost but since the default handler of the
onStatusChange callback resides in the engine itself could also mean that the engine was lost. To a deeper understanding of the situation you could implement your own onStatusChange callback and/or implement the
onEngineLost.
[little bit OT]
Please also note that since only few browsers (and sometimes only under certain conditions) accept to modifiy the status bar, a custom implementation of the onStatusChange callback is strongly recommended. You can take inspiration (or copy) our way to show the status of the engine in our demos (look at the top-left corner), e.g.: the
chat demo
[/little bit OT]
If you're able to recognize the complaining users on your server logs we could help you to see what happened to their sessions.