You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: eventsource escapes as done in sockjs-node (#102)
The EventSource frame writer does no escaping of its messages. This has caused a problem when updating from sockjs-client-0.3.4 to a more modern sockjs-1.5.x
Changes:
* eventsource escapes as done in sockjs-node
* unit test of eventSourceFrameWriter to confirm escaping