-
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 have a particular usecase where I am trying to send data from my JS front end to my Python backend via websockets, exposed through ngrok.
Python Server:
```python
async def handler(websocke…
-
on android, im getting the following error:
Msal exception with error: Multiple account PublicClientApplication could not be created for unknown reasons
msal_config.json
```
{
"client_id"…
-
The number of messages from the dropped is not matched after publish.
The WS.SEND is a dropped message of the same number of dropped messages as the counter 2 of the return results, and Publish seems…
snz2 updated
18 hours ago
-
### Ethers Version
6.13.2
### Search Terms
ws, websockets, message_length
### Describe the Problem
We have an uncaught exception from the ethers library when calling the method provider.getBlock(…
-
安装完依赖后,运行提示没有 chrome,于是把 chrome 加入环境变量。
再次以 -- force-login 参数运行,成功拉起了 chrome,但是卡住在 about:blank 页,等待一段时间后会自动退出 chrome 并报错。
![图片](https://github.com/user-attachments/assets/aeed6a0d-d810-4250-a472…
-
## Long story short
In the server-side websocket handlers written with aiohttp, `WebSocketResponse`'s `send_xxx()` methods "ignores" closing/closed state of the connection.
So in my code, I had …
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new…
-
## Describe your environment
* Operating system: Debian
* Python Version: 3.12 (`python -V`)
* CCXT version: ____2024.9_ (`pip freeze | grep ccxt`)
* Freqtrade Version: ____ (`freqtrade -V`…
-
Version: Deno 1.40.4
Why does `new WebSocket()` take 2 seconds to open a connection ? It should be instant
```js
const port = 3007;
const server = Deno.serve({ port }, req => {
const { so…
e3dio updated
1 month ago