Matheus28 / ws28

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

Added WebSocket pongs to the client data callback #10

Closed BlueCannonBall closed 3 years ago

BlueCannonBall commented 3 years ago

Made WebSocket pongs call the ClientData callback.

BlueCannonBall commented 3 years ago

@Matheus28 Any reason why this hasn't been merged?