Event Handling

As we continue refining the design of our Socket.IO abstraction, we focus in on event handling. We need to make sure our connect() and disconnect() callbacks aren’t triggered more than once, and we also need to write our own event handler for triggering events locally.

comments powered by Disqus