Attempt to fix keyboard placement, wait for connection

This commit is contained in:
Jon Staab
2025-03-03 13:23:44 -08:00
parent 2ad65e394e
commit 5bba5959f7
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -331,6 +331,7 @@ export const checkRelayConnection = async (url: string) => {
const connection = ctx.net.pool.get(url)
await connection.socket.open()
await connection.socket.wait(3000)
if (connection.socket.status !== SocketStatus.Open) {
return `Failed to connect`