GraftJS / graft

full-stack javascript through microservices
http://graft.io
MIT License
227 stars 15 forks source link

WIP - Closing a session should unpipe all the channels #18

Closed AdrianRossouw closed 9 years ago

AdrianRossouw commented 10 years ago

This is required to be able to safely handle disconnections.

atm I have just isolated it in a test-case, still working on the fix.