-
Hi, is it possible to communicate through wss protocol?
It works fine for me with ws.
```
#include
#include
#include
#include
#include
EthernetClient ethernet;
#include
byte mac[…
-
Hi Maintainers,
I have found, support for using custom external sockets is not available in beast, as noted in this [issue](https://github.com/boostorg/beast/issues/2055). Specifically, I encounter…
-
**Description:**
WebSocket client should be able to connect to a remote endpoint via a proxy server.
-
## 请确认:
* [x] 问题的标题明确
* [x] 我翻阅过其他的 issue 并且找不到类似的问题
* [x] 我已经阅读了[相关文档](https://satori.js.org/zh-CN/) 并仍然认为这是一个Bug
# Bug
## 问题
当服务端意外退出后,无法自动重连
## 如何复现
开启服务端和客户端
主动断开客户端和服务端的连接(e.g. 拔网线…
-
FYI as much as anything else as Hypervolt integration with Octopus Intelligent GO is now live in Beta (and working). The Activation Mode is blank / reported "unknown" in the HA history.
Seems they ha…
-
The PoW client served a basic, one-line HTTP 200 OK response on the listen address, and handled Websockets on the `/ws` path I think. See https://node.v2.test.nimiqwatch.com.
I don't know if it's pos…
sisou updated
4 weeks ago
-
### Bug summary
It seems the value of PREFECT_API_TLS_INSECURE_SKIP_VERIFY is not properly propagated to websockets connect.
Reproduced with this code, PREFECT_API_TLS_INSECURE_SKIP_VERIFY=true, a…
-
I'm trying to connect to the MQTT broker using the MqttBrowserClient in my Flutter application, but I'm encountering issues.
The Broker URL: wss://test.mosquitto.org:8080/mqtt
![image](https://g…
-
async function test() {
const client = new SuiClient({
transport: new SuiHTTPTransport({
url: 'https://fullnode.mainnet.sui.io:443',
websocket: {
…
-
### Discussed in https://github.com/cuongitl/python-bitget/discussions/28
Originally posted by **YVINEE** October 15, 2024
Hi,
To be compatible with the bitget API v2, there is a little chang…