You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When subscribing to a collection that already has data, delay calling the initial callback to the next cycle of the event loop. This allows the caller to finish setting up for accepting data. 8cb8423 - @balloob
This release adds support for websocket subscriptions via PR #85 via the new function connection.subscribeMessage. This function is the generalized version of the logic that powers connection.subscribeEvents.