Improve relay scoring

This commit is contained in:
Jon Staab
2025-01-15 09:54:19 -08:00
parent b195124da4
commit 29a0726165
3 changed files with 27 additions and 14 deletions
+1
View File
@@ -122,6 +122,7 @@ export class Socket {
}
}
} catch (e) {
this.lastError = Date.now()
this.status = SocketStatus.Invalid
this.cxn.emit(ConnectionEvent.InvalidUrl)
}