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
First of all, thanks for that great replacement for meteorhacks:streams. It took me only minutes to make the switch. However, I am missing one feature that was available in the streams package: To define a function that is called when the connection to the client is lost. In streams, this was possible using this.onDisconnect in an on() event handler.
The text was updated successfully, but these errors were encountered:
First of all, thanks for that great replacement for
meteorhacks:streams
. It took me only minutes to make the switch. However, I am missing one feature that was available in thestreams
package: To define a function that is called when the connection to the client is lost. Instreams
, this was possible usingthis.onDisconnect
in anon()
event handler.The text was updated successfully, but these errors were encountered: