arunoda / meteor-streams

Realtime messaging for Meteor
http://arunoda.github.io/meteor-streams
MIT License
287 stars 97 forks source link

Closing a stream on the server #11

Closed sylvaingi closed 8 years ago

sylvaingi commented 10 years ago

Looks like there isn't a way yet to clean to terminate a stream on the server and release the underlying publications and methods.

Is there something planned for this?

arunoda commented 10 years ago

Yes, we need to have that.

paralin commented 10 years ago

Hey anything new on this? causing major problems in my app

rclai commented 9 years ago

Yes, anything on this? My socket connections are persisting across different Iron routes and they need to be shut down.

rclai commented 9 years ago

Is it enough to do this to close the connection? Or is there more?

NameOfStream.removeListener('nameOfListener');