-
I've been successfully using WebSocketPP for a while now (Thank you), but recently we changed out Client-Server comms from using long lived connections to using shorter lived connections and since the…
-
**Describe the bug**
When I start the socketio server in development mode (config["DEBUG"] = True) and watchdog is installed, no client can't connect to it. I don't see any errors on server side but …
-
Develop a simple chat application that allows users to send text messages to each other in real-time. You can use technologies like WebSocket for this.
-
### Context
_No response_
### Bug description
static onAuth's request object:
```
{
headers: {
accept: 'application/json',
'content-type': 'application/json',
host: 'localhost:5…
-
### Description
Add support for letting users configure websocket upgrades.
This is can be configured on either a host or a route, so need to do some research on API and use cases to see where it…
-
### Which package is this bug report for?
discord.js
### Issue description
Unknown, it happens at random,
### Code sample
```typescript
N/A
```
### Versions
Discord.JS: 14.16.1
Device: Raspbe…
-
### I did this
The documentation has this to say about `CURLWS_CONT`:
> CURLWS_CONT
> This is not the final fragment of the message, it implies that there is another fragment coming as part of th…
-
`websocket` predates `http/2` and has historically relied on `http/1.1` `upgrade` to unlock full-duplex bidirectional communication over a separate connection.
[`RFC 8441: Bootstrapping WebSockets …
-
Latest beta release:
```
➜ spv-wallet-1.0.0-beta.32 ./start.sh
Welcome in SPV Wallet!
Select your database:
1. postgresql
2. sqlite
>2
Select your cache storage:
1. freecache
2. redis
>2…
-
### Steps to reproduce the problem
1. Start Dockerized mastodon using compose (see https://codeberg.org/NoGafam/apps/src/branch/main/mastodon/docker-compose.yml)
2. Everything is working
3. After a…