YuukanOO / streamy

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

Support for multiple severs. #30

Open piyushmahensaria opened 8 years ago

piyushmahensaria commented 8 years ago

If a client is connected to its Meteor server, and connects to an additional meteor server via DDP.connect(), streamy.emit is not able to send messages from client to ddp connected server.

neurobe commented 8 years ago

Also, server(as client) to server(as master) connections please. DDP allows for this however all meteor streamers to date (I think) have not allowed for this. cheers. [Basically allowing server-side streamy.emit('message', conn=remote)]