-
### this is my web.config file
…
-
Even though they fire twice, onMessage only fires once for the client. Are all additional connections from a single client always closed? If so, why do clientSocket.onOpen and ws.onClient fire twice?
…
-
Integration version: 0.9.3
Situation:
1. automation.vedo_alarm_activeren (activate alarm) => works.
2. arriving home later automation.vedo_alarm_de_activeren => doesn't work:
Logging:
202…
-
We currently use `partysocket` and need to add an Authentication header with a bearer token, but the only way to do this is with the "Websocket Constructor" trick:
```
import { WebSocket } from "p…
-
The [`Websocket`](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) global is not available for Node.js other than by importing it from [`node:ws`](https://www.npmjs.com/package/ws).
Brow…
pi0 updated
11 months ago
-
I have installed the connectycube npm package and tried to import it to my vue app served through vite.
I got this error:
```js
Uncaught (in promise) ReferenceError: global is not defined
a…
-
### How can we reproduce the crash?
_No response_
### Relevant log output
```shell
$ next dev
▲ Next.js 14.2.13
- Local: http://localhost:3000
- Environments: .env.local, .env
✓…
-
Instead of gRPC we can use Websocket based event handlers.
-
```
April 26th 2019, 02:16:54.006 | extdev-plasma-us1-4 | panic: concurrent write to websocket connection
```
Here's some more context:
```
April 26th 2019, 02:16:54.007 | extdev-plasma-us1-4 |…
-
### How can we reproduce the crash?
Sorry I don't have time to create a reproduction right now but here's the code where I setup my WebSocket server:
https://github.com/coinos/coinos-server/blob/m…