-
Using the wscat example modified to resolve the promise on error, and with some extra logging:
```diff
diff --git a/examples/eio/wscat.ml b/examples/eio/wscat.ml
index ad6b645..573872e 100644
--…
copy updated
2 months ago
-
I needed subscriptions in my project and in the end had to make a different server for graphql yoga because graphql-ws subscriptions wouldn't work with Elysia.
The main issues are:
1. Elysia webs…
-
I am running Caddy `v2.8.4` as a Reverse Proxy for some Docker Containers. I use [Basic Auth](https://caddyserver.com/docs/caddyfile/directives/basic_auth) to protect their GUIs:
```
example.com …
-
### Bug Description
I'm probably holding it wrong: It seems a server can not configure a new WebSocket **before** Vapor establishes the WebSocket connection. This means the client requesting the co…
-
I'm currently trying to connect my [Arduino Portenta H7](https://store.arduino.cc/products/portenta-h7) to a Socket.IO server, but I'm unable to establish a connection.
Arduino code:
```
#inclu…
-
I'm writing an integration that uses both the work API and the Channel API. I'm unclear of the purpose of the refresh tokens and when they should be used.
For instance, for the Channel API, a refre…
-
### The problem
In the log there is Folkwang Warnung:
Logger: homeassistant.util.loop
Quelle: util/loop.py:77
Erstmals aufgetreten: 19:30:22 (1 Vorkommnisse)
Zuletzt protokolliert: 19:30:22
De…
-
Hi mates,
i implemented keep-alive with ping pong pattern for check the connection state (because in some situation websocket believes to be connected but it really is not (for example by disconnec…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
**Terminology used in Code below:**
- class prefix sw stands for swoole\ and osw for openswoole\. so, swTimer i…
-
**Use case**
We would like to be able to use GraphQl subscriptions over SSE (Server Sent Events) instead of Websockets.
Out of scope: the merits and demerits of SSE vs Websockets. We just want it …