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

updating code example to work for copy/paste #1

Closed whichsteveyp closed 9 years ago

whichsteveyp commented 9 years ago

Noticed when trying to just get the example running and ping it you aren't actually able to unless you remove os.freemem() or just add the missing declaration.

rexxars commented 9 years ago

Thanks!