rexxars / sse-channel

Server-Sent Events "channel" where all messages are broadcasted to all connected clients, history is maintained automatically and server attempts to keep clients alive by sending "keep-alive" packets automatically.
MIT License
111 stars 11 forks source link

2nd times a charm. #3

Closed whichsteveyp closed 9 years ago

whichsteveyp commented 9 years ago

Tried copy/pasting again for a quick example and realized I didn't even fix it correctly the first time. Whoops...

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling f670d4b3e14e2435a6b5374fe512cd692a38daca on sprjr:master into 4540ff31d414df95ee3e6e07592e78b3e8f7c526 on rexxars:master.

rexxars commented 9 years ago

Thanks, I noticed this and fixed it in https://github.com/rexxars/sse-channel/commit/4540ff31d414df95ee3e6e07592e78b3e8f7c526 already, though :-)