Dennis Kirsch

Results 3 comments of Dennis Kirsch

Same problem for me in MetaMask v5.4.0 with Android 12.

I narrowed the issue down. The error goes away when I set `forceWebSocketMode` to true in the `GrpcWebSocketBridgeHandler` constructor. The problem now boils down to this snippet: ``` #if UNITY_WEBGL...

It works now! Removing `.AsUniTask()` from the tasks from the library made them terminate. Could that be a bug with that extension function in that specific setup then? I'll leave...