titan-x / titan

Messaging server with mobile and browser support.
MIT License
2 stars 3 forks source link

Data streaming: Use newline separated JSON for large messages if no header is given #29

Closed soygul closed 9 years ago

soygul commented 9 years ago

Header detection should be really easy. If first char is { then we're getting a huge streaming message.

soygul commented 9 years ago

Closing this in favor of #30