Revert "update unrouteable websocket addr"

This reverts commit 1ccf1bb285.
This commit is contained in:
Spencer Pogorzelski 2023-08-14 14:37:48 -07:00
parent 1ccf1bb285
commit cd3aef62ec

View file

@ -66,8 +66,7 @@ export class AdriftBareClient extends Client {
onReadyState: ReadyStateCallback,
webSocketImpl: WebSocketImpl
): WebSocket {
// IP of TEST-NET-1 (https://superuser.com/a/698392/917616)
const ws = new webSocketImpl("ws:192.0.2.0", protocols);
const ws = new webSocketImpl("ws:null", protocols);
// this will error. that's okay
let initalCloseHappened = false;
ws.addEventListener("close", (e) => {