Anton Lashkov
Anton Lashkov
There would be useful method that just send close frame and nothing else. Then we can get `websocket::error::closed` on read incoming messages.
If I correctly understand, `async_close` send close frame and then read from stream until close frame from other side is recieved, and only after that it call callback. In my...
On 5.8.1 it can be solved by at top of file: ```cpp #if (QT_VERSION = QT_VERSION_CHECK(5, 8, 1)) #include #endif ``` and replace `packCallbackObject` function by ```cpp #if (QT_VERSION >=...
@djahma Because there a lot of changes in Qt internals since 5.7
I think I can share some code ASAP
@semlanik Thanks, intresting project P.S. Don't spam in all issues.