Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Fix message format #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix message format #51

wants to merge 1 commit into from

Conversation

Kyje
Copy link

@Kyje Kyje commented Apr 25, 2013

The expected message format is:

[message type] ':' [message id ('+')] ':' [message endpoint] (':'[message data])

The existing implementation inserts an extra ':' at the end if there is no data.

[message type] ':' [message id ('+')] ':' [message endpoint] (':'
[message data])
@RoundSparrow
Copy link

I have also seen problems with escaping of quotes that using Chrome to Chrome does not do... but using this library to Chrome results in all the quotes being escaped on socket.emit

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants