Commits

Joe Cheng authored 65d4638a8f9
SockJS listeners attach via MetaHandler SockJS's installHandlers function is not designed to accomodate SockJS servers that need to come and go. Introduced our own MetaHandler class that dynamically composes other handlers, then plug SockJS handlers into that.