websockets / wscat

WebSocket cat
MIT License
2.25k stars 223 forks source link

Option to automatically respond to ping requests #85

Closed purebadger closed 5 years ago

purebadger commented 6 years ago

Would be neat if wscat could be configured to automatically send a pong reply when receiving a ping.

lpinca commented 5 years ago

This is done automatically by ws and is part of the WebSocket spec.

darer commented 4 years ago

I'm using wscat to conencto a primus websockets server and it's not sending a pong automatically. I get disconnected all the time. Am I missing something?