Catch and ignore failure of serve, we already handled somewhere else.
This commit is contained in:
@@ -319,7 +319,7 @@ export class Socket {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
streamHandler.serve();
|
streamHandler.serve().catch(() => {});
|
||||||
|
|
||||||
callbacks.connected();
|
callbacks.connected();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user