-
CoreCLR Version: 4.700.21.26205
.NET Core Version: 3.1.16
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Threading.Tasks.TaskCanceledException: The op…
-
Just a follow-up on #1054
This is seems to be an issue on boost side (interface changes it seems), however, it doesn't look like they plan to revert/fix it anytime soon.
In the comment section th…
-
I cannot build the code with the recent React Native version.
```
$ react-native -v
react-native-cli: 1.2.0
react-native: 0.40.0
```
$ react-native run-ios
```
In file included from /Use…
budda updated
6 years ago
-
I have no idea of
* chat applications (zero idea)
* websockets (somewhat in javascript)
* python (I Know the basics)
I'm learning from other's repositories (like your [manga-dl](https://github.…
-
Suggestion: include parser to cast outbox event (relay list, following list and r tag) into Record or string[].
-
Hi,
I noticed a strange performance issue with Websockets over TLS. I'm using Websocket++ 0.5.1 on Windows, but I didn't see anything in the changelog indicating that the problem might have been ad…
-
1. What did you do? If possible, provide a simple script for reproducing the error.
**Terminology used in Code below:**
- class prefix sw stands for swoole\ and osw for openswoole\. so, swTimer i…
-
Hey there,
I am using the websocket provider to connect to Infura in order to save server ressources (e.g. subscribing to block changes and so on) and it actually helped me save a ton! One thing ho…
-
Currently, `nym-client` only ever allows a single WebSocket connection
at a time. This is far from convenient for any type of advanced use.
To implement this, it should be possible to detach a tas…
-
Is it possible to combine the services? We'd really like webserver, websockets and nanolets all in one application server. I feel like all the pieces are there but it's not obvious to me how to combin…