Replies: 2 comments 3 replies
-
No, I suspect it is not related to bridge, but related to your running environment. For example, a ios simulator is different from flutter's widget test env. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Did you ever find out what was causing this? I'm seeing this trying to connect to secure websocket connection ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using
subxt
to send transactions via RPC. It builds and passes the test. However, when I try to call this method from Flutter, I get an exception.Since, the test passes (not throwing an error for certificate), I assume the issue is related to the flutter bridge. What could be the reason for this exception?
Beta Was this translation helpful? Give feedback.
All reactions