wakumo / flutter-wallet-connect-v2

WalletConnect V2 for Flutter
MIT License
24 stars 7 forks source link

Got TimeoutCancellationException exception when client.pair(wcuri) #14

Closed mmMrz closed 1 year ago

mmMrz commented 1 year ago
await _client.init(projectId: "my_project_id", appMetadata: metadata);
await _client.connect();
await _client.pair(uri: wcUri);

I always got the TimeoutCancellationException from kotlin. anyone has the same issue?

ludowkm commented 1 year ago

Did you meet this issue with the example on the library ? Otherwise then you can follow exact with the implementation on example