streamy
streamy copied to clipboard
Use meteor underlying sockets for realtime communications
While using `Streamy.sessionsForUsers(arrOfUserIds).emit('private', { body: 'This is a private message' });` we are getting sporadic errors in the server console that do not make sense: ``` Exception in callback of...
Hey, is there any way to make Streamy workable on multiple instances? Just seen that Meteor Streams had a sync method, but I don't know if the same would be...
In combination with accounts phone package, sometimes on first login I have error like this: `Exception in onLogin callback: TypeError: Cannot read property 'set' of undefined` At line: https://github.com/YuukanOO/streamy/blob/d1e98733b3477ff0c283fbbb820ea66015c690e2/lib/core/core_server.js#L82 Error...
Below this: Streamy.sessionsForUsers(uid) This method behaves similarly to sessions, however it looks up the sessions based on user id(s). It returns a special object which contains one method: emit which...
There is a noticeable delay before which the `Streamy.emit` function begins to work. Why does this occur and how to fix it? ## Example Client side code: ```javascript Streamy.onConnect(() =>...
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...
This what I see in the browser (and the server too): Streamy.toString() => "function streamy() { }" What could be going wrong? yuukan:[email protected] [email protected] [email protected] [email protected] etc.