uNetworking / uWebSockets.js

μWebSockets for Node.js back-ends :metal:
Apache License 2.0
7.85k stars 570 forks source link

Wrap PING/PONG #257

Closed frimuchkov closed 4 years ago

frimuchkov commented 4 years ago

Hello! There are exist PONG and PONG OpCodes in https://github.com/uNetworking/uWebSockets/blob/master/src/WebSocket.h And these codes are declared in the protocol, but there is no way to send ping message via uWebSockets.js Can you support ping method?

ghost commented 4 years ago

Hmm, yes it seems impossible for JS users.

Maybe a ping method, or send that takes any op code (that's how the native project does it)

ghost commented 4 years ago

Fixed in 17.1 see docs