Peanutzy
Results
1
comments of
Peanutzy
Try this ``` void bind_events() { current_socket->on("borobo.goto", sio::socket::event_listener_aux([&](string const& name, message::ptr const& data, bool isAck,message::list &ack_resp) { if (isAck) { ack_resp.push("your data"); } } } ``` This is my first...