msgBuffer and websocket error Unity WebGL

Greetings. I got 2 spammed errors in my Unity WebGL project. That occurs while app started and spammed.

Uncaught ReferenceError: msgBuffer is not defined
    at instance.ws.onerror

And
WebSocket connection to 'wss://3.bridge.walletconnect.org/' failed:

Here is app link https://dm-game-demo.vercel.app/

Hi @honeycake

The error from wallet connect can be due to depreciated wallet connect sdk. Wallet Connect has depreciated their old sdk.

To make the wallet connect sdk work you have to upgrade to walletconnect v2.
try migrating the below unity sdk’s