dpallot / simple-websocket-server

A python based websocket server that is simple and easy to use.
951 stars 319 forks source link

Add Ping/Pong functions #111

Open uzlonewolf opened 4 weeks ago

uzlonewolf commented 4 weeks ago

Add handlePing(), handlePong, sendPing(), and sendPong().

Closes #93