You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do i check if the client is still connected to the Ratchet server? I tried opening multiple instance of my client using browser tabs and closed them using taskkill, unfortunately the onclose function of my server did not trigger. My server is fully based on the push integration sample on http://socketo.me
The text was updated successfully, but these errors were encountered:
See #70 on why this happens. You can resolve this in one of two ways: use a reverse proxy for your WebSocket server (nginx) and have a TCP timeout on it. Another option would be to implement your own heartbeat, see #263 for an example of someone doing this.
How do i check if the client is still connected to the Ratchet server? I tried opening multiple instance of my client using browser tabs and closed them using taskkill, unfortunately the onclose function of my server did not trigger. My server is fully based on the push integration sample on http://socketo.me
The text was updated successfully, but these errors were encountered: