-
**Node version**:
**Sails version** _(sails)_:
**ORM hook version** _(sails-hook-orm)_:
**Sockets hook version** _(sails-hook-sockets)_:
**Organics hook version** _(sails-hook-organics)_:
**…
-
Hello, I am getting this error in a test project using Quasar CLI and Vite. I did another test project using webpack and that works using same code etc.
```
[Quasar] boot error: SyntaxError: The r…
-
I noticed that my code is running in an endless loop after calling this function:
```php
$socketIoClient->wait('message', 2)
```
and this is the stack trace:
```
Decoder.php:79, ElephantIO\Par…
Gared updated
15 hours ago
-
```yml
config:
target: "https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
phases:
- duration: 60
arrivalRate: 1
name: "Warm Up"
- duration: 60
arrivalRate: …
-
First off, thanks for writing this python library; it's a life-saver for my project.
I'm trying to connect to the [IEX websocket server](https://www.iextrading.com/developer/docs/#tops) using this …
-
Suddenly it's giving me this error, the speed of server response is also damn slow today!! please can this be checked
breeze.subscribe_feeds(
File "/usr/local/lib/python3.10/dist-packages/breeze…
-
**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 …
-
### The problem
Hello,
I just updated from 2024.10.2 to 2024.10.3 and Yale integration showing not loaded!
### What version of Home Assistant Core has the issue?
core-2024.10.3
### What was the…
-
The client is java
implementation("io.socket:socket.io-client:1.0.2");
server is
implementation("com.corundumstudio.socketio:netty-socketio:1.7.17")
When the size of concurrent data sent by the …
-