-
[Infura drops idle websocket connections after a while](https://github.com/INFURA/infura/issues/117). This is a problem for ornode, since for this use case there's sometimes no relevant events emitted…
sim31 updated
1 month ago
-
**when i run**:
```
symbol = option_info['symbol'].tolist()[0]
bybit_ws = WebSocket(testnet=False,channel_type="option",)
def handle_message(message):
print(message)
bybit_ws.order…
-
I have to restart the app to get any new notifications after a while. I **think** this might be to do with the lambda websocket timeout. But i would expect the client to reconnect.
-
-
## websocket connection is closing. but no Exception raise
I can't know whether a connection is available?
```bash
websocket connection is closing.
socket.send() raised exception.
```
```p…
-
heres the log (file attached below):
```
vcd15cbe7772f49c399c6a5babf22c1241717689176015:1
websocket.js:43 WebSocket connection to 'ws://localhost:33642/socket.io/?EIO=4&transport=websocket'…
-
## 문제 설명
WebRTC 애플리케이션에서 시그널링 서버로의 WebSocket 연결이 지속적으로 실패하고 있습니다. Spring Boot 백엔드와 React 프론트엔드가 단일 jar로 패키징된 구조입니다.
## 현재 증상
- WebSocket이 1006 종료 코드와 함께 계속 재연결 시도
- 서버가 WebSocket 엔드포인트에 대해 404…
-
**Describe the bug**
Websocket connections are unstable and frequently disconnect. The last stable WebSocket connection implementation was on 2.3.4, since then every few minutes an open WebSocket con…
-
So far the architecture consists of basic client-server approach, where the client initiates protocol switch to websocket, thus creating new communication channel. Single game contains up to 4 persist…
-
Recently I wrote a program using Node.js v22 and TypeScript, Express, [PeerJS](https://peerjs.com/) (PeerJS is a WebRTC server and client lib, which use **WebSocket** for signaling).
I used ts-node…