Open mehtahardikr opened 3 years ago
Hello, can you let me know what version of the PubNub Dart SDK are you using?
@are : its ^3.2.0
Hey, @are - I am getting an exception from the cancel completer using pubnub 4.2.2. (so, a different issue than the original issue, but same general idea). This seems to be locking up my app. If it's helpful, I can create a separate ticket for this issue.
sample code to replicate:
var _pubnub = PubNub(networking: NetworkingModule(retryPolicy: RetryPolicy.exponential(maxRetries: 10)), defaultKeyset: keySet);