-
Consider this client scenario (even if not regular):
```
const ws = new WebSocket("...", { port: ... });
const kuzzle = new Kuzzle(ws, ...);
await kuzzle.connect();
await kuzzle.auth.login("local…
-
Version: Deno 1.40.4
Why does `new WebSocket()` take 2 seconds to open a connection ? It should be instant
```js
const port = 3007;
const server = Deno.serve({ port }, req => {
const { so…
e3dio updated
1 month ago
-
https://github.com/realcoloride/CoolWebSocketClient/blob/775c62b963542f1f11f482a83b42935426514938/CoolWebSocketClient.cs#L138
After the server gives me a response for logging off, I attempt to clos…
-
Lastfm is a service that a lot of people use to track what they listen. They can know that they have listen to `Highway to Hell` 12 times, that they listen a lot of ABBA or that's Salsa is their favor…
-
### Describe the solution
It'd be great to have a test helper to trigger a durable object to hibernate in unit tests, so that the next time a `fetch()` or Websocket message is received, it will re-…
nvie updated
2 months ago
-
### Operating System
MacOS Sequoia
### Programming Languages
Python
### CCXT Version
4.3.95
### Description
While trying to update 2 different order books using 2 instances of wat…
-
Hi,
Every now and again we are receiving the following exception from StackExchange.Redis:
`Timeout awaiting response (outbound=0KiB, inbound=0KiB, 5703ms elapsed, timeout is 5000ms), command=SE…
-
The adapter's WebSocket server currently does not work when running in `vite dev`
[adapter-node-ws](https://github.com/carlosV2/adapter-node-ws) can already do this.
-
Attemping to use the websocket viewer throws and error and fails to display:
`(viser) Connection opened (434, 418 total), 148 persistent messages
connection handler failed
Traceback (most recent …
-
Hi @ricmoo,
I'm using WebSocketProvider server-side to listen to blockchain events and performing calls to smart contracts.
Sometimes the websocket pipe got broken and I need to reconnect it.
I…