Open scothis opened 11 years ago
It's common to multiplex multiple channels on to a single remote socket. Particularly with web sockets from a browser. Add integration.mux(...) and integration.demux(...) handlers.
integration.mux(...)
integration.demux(...)
It's common to multiplex multiple channels on to a single remote socket. Particularly with web sockets from a browser. Add
integration.mux(...)
andintegration.demux(...)
handlers.