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
i have an app that connects with wamp_tcp_transport to an Crossbar router.
I want to detect if the router is disconnected ( connection lost from router shutdown).
at the moment the app thinks that the socket is still connected.
How can i manage that or is the errorhandling in wamp_rawsocket_transport missing (check there for ie boost::asio::error::connection_reset and close socket?)
The text was updated successfully, but these errors were encountered:
Hi
i have an app that connects with wamp_tcp_transport to an Crossbar router.
I want to detect if the router is disconnected ( connection lost from router shutdown).
at the moment the app thinks that the socket is still connected.
How can i manage that or is the errorhandling in wamp_rawsocket_transport missing (check there for ie boost::asio::error::connection_reset and close socket?)
The text was updated successfully, but these errors were encountered: