We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccdd0c5 + 9edb2f2 commit 80b2380Copy full SHA for 80b2380
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