dpallot / simple-websocket-server

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

Add Ping/Pong functions #111

Open uzlonewolf opened 2 months ago

uzlonewolf commented 2 months ago

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

Closes #93