-
Hello Richard,
Did someone port the websocket support into the test controller? Do you think it is feasible and working for R&D usages with obuspa?
Regards,
AJC
-
I am trying to open a websocket connection using okhttp + cronet. It's failing every time with following exception:
`java.io.IOException: java.util.concurrent.ExecutionException: m.mc: Exception in…
-
Thank you for the wonderful work on yfinance apis. So yahoo finance seems to be using websocket for streaming ticker updates. I didn't see that supported in the library. That would be an amazingly eff…
-
https://bybit-exchange.github.io/docs/v5/websocket/trade/guideline
-
**What tool do you want?**
Support websocket client
Refer to https://wstool.js.org/ , support input header
![image](https://github.com/CorentinTh/it-tools/assets/33819174/fd270c39-eb62-4f86-b9b…
stqf updated
2 months ago
-
![Snipaste_2023-07-06_16-53-55](https://github.com/sammyfreg/netImgui/assets/5005612/23bbf77b-b5d6-4da6-81fd-e3cb1d18a2c4)
Hello,
I managed to make NetImguiServerApp running on html , but on htm…
-
Would be nice to have annotations for websocket handling. It would make sense to make them work just like the other annotations:
```java
@Endpoints("/api")
static final class ExampleEndpoints {…
-
Was trying to test the new seedlink4 on ringserver v4. Using the default ring.conf in the doc.
Web access works, for example this does show data in the ringserver:
```
http://localhost:18000/stre…
-
Streaming and Live Query support in V3. There are 2 aspects:
- With CDC support in Postgres, Kafka, MongoDB, Redis
- Polling based approach with any connector
-
## Issue
* Performing Latency calculations are a challenge.
* Websocket reconnect so users don't need to redefine their events handlers in their code
* Websocket native keep alive when it's been…