We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae4d01 commit 6faa69aCopy full SHA for 6faa69a
source/WebSocket/UserServerCounter.mint
@@ -26,7 +26,7 @@ component UserServerCounter {
26
WebSocket.open(
27
{
28
url: "ws://localhost:6789/",
29
- reconnectOnClose: true,
+ reconnectOnClose: false,
30
onOpen: (w : WebSocket) { next { isReady: true } },
31
onClose: () { next { isReady: false } },
32
onError: () { next { isReady: false } },
0 commit comments