-
Hi
When the client shutdown gently, like powers off, a normal reboot or even unplugging the network, works well, but in case of client disconnect suddenly like halt force, reboot force, power down…
-
I don't know yet if this is an issue with `nim-websock`, `chronos`, `bearssl` or fly.io, but I'm running [a websockets server](https://gist.github.com/iffy/f2a4bcd78af9d8ae8e71f583b310e410#file-main-n…
-
this is my client call:
var client = new W3CWebSocket('ws://localhost:8080/TEST', ['ocpp1.6','ocpp1.5']);
into server side:
var connection = request.accept(['ocpp1.6','ocpp1.5'], request.ori…
-
seems to be similar to #69
I have three maps like a kanban : todos, doing, done and i want a worker to be able to "move" a task from "todos" to "doing" but i've got an "already borrowed" error and i…
-
For people looking for full working example
call initGraphQLChannel() from initstate
```
void initGraphQLChannel() async {
// your absinthe plug api location
final HttpLink phoenixHttpLi…
-
Hi, still haven't processed how to use github, so if you could have a look at my code here :
It's a WIP of your client interfaced with a mqtt broker (here on homeassistant), i'm still learning pyth…
-
CI failure link reported on Oct 31
([Request Queueing chainId proxy sync request queue is...](https://app.circleci.com/pipelines/github/MetaMask/metamask-extension/108711/workflows/28811d5e-c452-4612…
-
**Description:**
$subject.
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
Using the following config when creating a client:
```
const client = new AWSAppSyncClient({
…
-
**Version**
2.0.7
**Platform**
MacOS Venture 13.3.1
**Description**
Using a singular websocket connection, if a large number of requests are made, all requests are only completed after a long…