socket.io-client-cpp
socket.io-client-cpp copied to clipboard
Added connection listener to check when the server is down
This PR offers an alternative solution to Issue #432.
A new listener has been added to verify the client's connection status with the server. This ensures that events are not emitted without an established connection.