I already have an io_service in my application used to receive data from a different system. Is it possible to reuse this io_service for the Casablanca websocket client so that I get all callbacks in the same thread thus won't need to protect my data from simultaneous access?
↧