-
**Version:** 4.0.5
**Environment:** AWS Elasticbeanstalk
- **Operating system:** Amazon linux 64bit
- **Browser:**
- **Node.js:** 0.12.6
**Expected result:**
**Actual result:**
**Steps to reproduc…
-
There is an existing websocket version of strophe.js (see https://github.com/superfeedr/strophejs/tree/protocol-ed/src, https://github.com/superfeedr/msgboy/tree/master/lib/strophejs and http://code.g…
-
Hi, I have this error when execute the websocket-bench...
_> websocket-bench -a 40 -c 10 -p websockets -t socket.io 'https://netbar.com:9876' -v
Launch bench with 40 total connection, 10 concurent …
ghost updated
6 years ago
-
**Describe the bug**
Deployment on Vercel with Paperbits Demo results in "404" error page, but runs locally & on Gitpod just fine.
![Screen Shot 2022-12-12 at 9 49 17 PM](https://user-images.githubu…
-
I am trying to deploy Solara via FastAPI using nginx. Due to the nature of things, it is behind two proxies. I'm running into issues where the solara mount loads but the websocket connection to the …
-
### Objective
A Neon Node implementation written in C that may be run on ESP32-based hardware.
### Initial Implementation Requirements
- Configurable or auto-detected microphone input and spe…
-
```
const provider = 'wss://mainnet.infura.io/ws';
let web3 = new Web3(new Web3.providers.WebsocketProvider(provider));
let contract = new web3.eth.Contract(contractABI, contractAddress);
contra…
-
I use this code at https://infura.io/docs/wss/introduction
```
const Web3 = require("web3");
let web3 = new Web3(
new Web3.providers.WebsocketProvider("wss://mainnet.infura.io/ws")
);
co…
-
**Describe the bug**
using openTab and closeTab leads to closeBrowser throwing errors.
BUT ONLY WHEN RUN IN HEADLESS.
**To Reproduce**
```
import { closeBrowser, openBrowser, closeTab, openT…
-
# Why
Will be usefull get a disconect function for scenes/moments where you don't need waste resources in a node receiving messages. Maybe a disconect function in vsc is a good feature.
Now we ca…