Hi @uNetworkingAB
Thank you for your project!
I want to know how to tell who disconnect ws in .close? Server or client?
In .close = [this](auto *ws, int code, std::string_view message) {
I can only get code, but the value 1000 can not identify the one who disconnect.
Thank you.