BattlefieldDuck
BattlefieldDuck
I have never seen this before. Would you mind sharing your XtermBlazor code here?
I had viewed your project. You may try placing the script tags below `_framework/blazor.webview.js` ```html window.XtermBlazor.registerAddon("xterm-addon-fit", new window.FitAddon.FitAddon()); ```
I would say it might be MAUI issue since MAUI is very new.
You may try to remove the `window.` like this ```razor XtermBlazor.registerAddon("xterm-addon-fit", new FitAddon.FitAddon()); ```
TimeoutError means there is a connection issue between you and your server, make sure the ip and rcon port are correct.
I don't have an ASA server, so I have no idea. Notice that if you run the game server on the local device always use local IP.
Is the issue being resolved?
This might be the problem of rate limiting issue. Your game server or firewall might rate-limit the query. You might need to whitelist the query server IP.
Can you please provide more info, like game server IP, and port if possible thanks.
Your server is unreachable sometimes.  The issue is either your server internet is unstable or the firewall rule is too strict.