RhostMUSH / trunk

RhostMUSH 4.0: This is the official main repository of RhostMUSH. Visit us at rhostdev.mushpark.com 4201
23 stars 21 forks source link

Bug: KEEPALIVE pings are sent raw over websocket #180

Closed stevensmedia closed 1 year ago

stevensmedia commented 1 year ago

If a player who has KEEPALIVE on is connected on a websocket, the websocket receives raw KEEPALIVE pings. This generates invalid UTF8 strings and makes a browser freak out and kill the connection.

Those KEEPALIVEs (and really any invalid UTF8 strings) should be filtered out before being sent.

Honestly ACCENTS users are hosed but who uses ACCENTS?

Chalice commented 1 year ago

Merged!