Abel Sanchez

Results 3 issues of Abel Sanchez

m_session_join has to take the exception instead of throwing so connecting(and challenged) client can react on .get() instead of the whole application crashing from the unhandled exception (which is thrown...

needs-discussion

with: 1. process_goodybe setting m_session_id = 0; 2. calling send_message with parameter session_established defaulted to true 3. condition if (session_established && !m_session_id) will always be true this results into throwing...

bug
needs-investigation

Right now methods: - on_ws_fail - on_ws_close of wamp_websocketpp_websocket_transport are private. These are the methods that are called when: 1. Connection fails (on_ws_fail) 2. Connection closes (on_ws_close) There are no...