gameontext / gameon-mediator

The mediator between the device (phone, browser, ... ) and rooms, items, and other backend services.
Apache License 2.0
5 stars 7 forks source link

Ping between mediator and room to keep connection live #76

Closed ebullient closed 7 years ago

ebullient commented 7 years ago

Mediator should be able to send WebSocket ping requests, rather than updating WebSocket protocol.

(a protocol ping message was sent to the browser to allow the browser to decide when to suspend the user's session, e.g.)

ebullient commented 7 years ago

Resolved by #81