Brandon
Results
1
issues of
Brandon
Struggling to understand why the querystring works but the auth parameter does not (it is not sent at all). Querystring Code ```cpp client.connect(uri, {{"token", token}}); ``` Auth Code: ```cpp sio::message::ptr...