YuukanOO / streamy

Use meteor underlying sockets for realtime communications
https://atmospherejs.com/yuukan/streamy
MIT License
105 stars 20 forks source link

Remove a stream? #9

Closed turbogeek closed 9 years ago

turbogeek commented 9 years ago

It is not clear how you would remove a stream. I need to be able to create and remove streams at will.

My use case is that for a game, I need to create a stream with the ID of a unique game ID for only the game between players for the duration of the game (1 hour for example). At the end of the game, the game ID should no longer be used by anyone.

Is there a way to do this now, or is this something that needs to be added?

YuukanOO commented 9 years ago

I guess you could use Rooms for this. What do you think?

turbogeek commented 9 years ago

Perhaps, I will take a look and see if it can work. Thank you for the suggestion.

Daniel Lee Brookshier turbogeek@cluck.com 214-207-6614

On Jun 2, 2015, at 2:08 AM, Julien LEICHER notifications@github.com wrote:

I guess you could use Rooms https://github.com/YuukanOO/streamy-rooms for this. What do you think?

— Reply to this email directly or view it on GitHub https://github.com/YuukanOO/streamy/issues/9#issuecomment-107833666.