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
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