-
Good morning,
I am trying to add the reconnect websocket to my code, but the debug of the red node gives me the error "Error: No valid WebSocket class provided"
my code is this:
`const WS = r…
-
Baby steps to implement your backend for NOSTR using only general purpose packages (no NOSTR Toolkit or SDK).
Original: https://fullstackengineer.hashnode.dev/how-to-implement-nostr-protocol-from-scr…
-
The socket read/write/connect calls do not trap all of the resulting IO errors, which should be re-raised as `Kontena::Websocket::SocketError`s for handling.
-
**Node version**: 12.14.1
**Sails version** _(sails)_: 1.2.4
**ORM hook version** _(sails-hook-orm)_: 2.1.1
**Sockets hook version** _(sails-hook-sockets)_: 2.0.0
**Organics hook version** _(sail…
-
I'm trying to use this library to proxy websockets. I've tried several approaches but so far none of them are working.
```ts
import { NextApiRequest, NextApiResponse } from "next";
import httpPro…
-
EDIT - until this is implemented, the workaround consists in creating a socket connected to a socks proxy e.g. with https://pypi.org/project/python-socks/, then `connect(sock=...)`.
See https://git…
-
```
$ perl6 -v
This is Rakudo version 2018.04-20-g7847768 built on MoarVM version 2018.04-34-g25f165a
implementing Perl 6.c.
$ lsb_release -a
LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.…
-
I am currently playing around with the websocket interface, with the long term goal of integrating this into the iobroker unifi adapter.
I noticed that the websocket interface always stops working af…
-
First of all, thank you for your amazing work!
As the title states, I am having trouble to get https working. I am using the snippet approach. When I include the script:
```javascript
document.wr…
-
NOTE: this is different from https://github.com/tornadoweb/tornado/issues/2763. possibly related to https://github.com/tornadoweb/tornado/issues/2448, but also distinct.
After starting a websocket …