Hi embers,
I managed to update W+K websockets block, integrating some impovements from this fork and some code I changed, here is the resulting block.
It now compiles fine with Visual Studio 2015, I did:
- Renamed WEBSOCKETPP_NOEXCEPT_TOKEN to _NOEXCEPT: allows compiling with VS2015 without error C2694
- Added binary write for client: void WebSocketClient::write(void const * msg, size_t len)
- Integrating changes from https://github.com/quinkennedy/Cinder-WebSocketPP/tree/dev
Let me know if it works for you, then I’ll do a PR.