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
What would be the most efficient way to associate additional information with each spark ID? So, even if sparks are disconnected and reconnected, we could transfer the associated info to new spark IDs.
Can we easily make it check current server for spark IDs etc (ref: .sparks())?
Does forward.sparks() also include current/local server for sending messages?
Hi,
Are spark IDs always unique?
What would be the most efficient way to associate additional information with each spark ID? So, even if sparks are disconnected and reconnected, we could transfer the associated info to new spark IDs.
Can we easily make it check current server for spark IDs etc (ref: .sparks())?
Does forward.sparks() also include current/local server for sending messages?
Thanks.