Skip to content

v3.0.1: fix: eventsource escapes as done in sockjs-node (#102)

Compare
Choose a tag to compare
@igm igm released this 01 Oct 16:32
· 3 commits to master since this release
ad26384
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