Matheus28 / ws28

C++17 WebSocket server library (uses libuv)
MIT License
66 stars 10 forks source link

Replaced const char* with char* in echo.cpp (SetClientDataCallback) #9

Closed BlueCannonBall closed 3 years ago

BlueCannonBall commented 3 years ago

echo.cpp wouldn't compile before.

Matheus28 commented 3 years ago

Thanks