We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9663ca3 commit 2ff681bCopy full SHA for 2ff681b
src/internal/sio_client_impl.h
@@ -89,7 +89,7 @@ void set_##__FIELD__(__TYPE__ const& l) \
89
// Client Functions - such as send, etc.
90
void connect(const std::string& uri);
91
92
- socket::ptr const& socket(const std::string& nsp);
+ ::sio::socket::ptr const& socket(const std::string& nsp);
93
94
// Closes the connection
95
void close();
src/sio_client.h
@@ -62,7 +62,7 @@ namespace sio
62
63
void set_reconnect_delay_max(unsigned millis);
64
65
- socket::ptr const& socket(const std::string& nsp = "");
+ ::sio::socket::ptr const& socket(const std::string& nsp = "");
66
67
68
0 commit comments