Closed NantipatSoftEn closed 5 years ago
ws->dispatch(handle_message, int number);
void handle_message2(const string & message, int number) { printf("%s\n", message.c_str()); }
I try to add parameter but Its bug.
ws->dispatch(handle_message, int number);
I try to add parameter but Its bug.