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 ccdd0c5 commit 9edb2f2Copy full SHA for 9edb2f2
README.md
@@ -61,7 +61,7 @@ h.socket()->emit("add user", username);
61
char buf[100];
62
h.socket()->emit("add user", std::make_shared<std::string>(buf,100));
63
//emit message object with lambda ack handler
64
-h.socket()->emit("add user", string_message::create(username), [&](message::ptr const& msg)
+h.socket()->emit("add user", string_message::create(username), [&](message::list const& msg)
65
{
66
});
67
//emit with `message::list`
0 commit comments