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 you call a method using a callback object and immediately calling other method with the same callback object, the first call response remove the callback from the second.
there must be another way to mantain the callbackDictionary.
Maybe we could add a timestamp field to the apirequest and use it instead of the callback id
The text was updated successfully, but these errors were encountered:
when you call a method using a callback object and immediately calling other method with the same callback object, the first call response remove the callback from the second.
there must be another way to mantain the callbackDictionary.
Maybe we could add a timestamp field to the apirequest and use it instead of the callback id
The text was updated successfully, but these errors were encountered: