-
Vscode extension doesn't work if file extension is not .toml. Says "this document has been excluded" in the first line and schema selection doesn't work. File contents is Telegraf configuration.
Ad…
-
I've been having a spurious `Async::TimeoutError` in my logs whenever a TCP connection to the client is closed. After some digging I've monkey-patched `Falcon::Server` like this:
```ruby
module Fa…
-
* **uvloop version**: 0.17.0
* **Python version**: 3.10.7
* **Platform**: ubuntu 20.04
* **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: yes
* **Does uvloop behave differently…
-
**Describe the bug**
With intensive data transfer, an incomplete packet may arrive in the socket, but WatsonTCP does not try to receive it completely. Related to https://github.com/dotnet/WatsonTcp/i…
-
Windows 10, MinGW64 GCC 10.2.0
There is no way to safely stop `async_accept` with `acceptor::cancel`. Deadlock is caused either if `cancel` is called directly or explicitly posted with `asio::post(…
-
I started a [thread](https://github.com/rapidsai/ucx-py/issues/1072) in ucx-py, and now I have replaced ucx-py with ucxx, which resolved the blocking issue. However, in terms of performance, ucx is sl…
-
HI,
I'm trying to create a tcp connection to host in iOS,
connection success or error not emitting in particular iOS versions with particular devices for the first time, but if trying to reconnec…
-
Use `mio` to implement the client connections as async io. Fully embrace the `mio` architecture for registering interest in read/write events on the Tcp streams
-
I'd like to use `CONNECT` method with HTTP (at least with 1.1, and, ideally with 2).
However, I don't think there's a way to unwrap the underlying stream from HTTP response.
Practically, I need …
-
Hi There,
I'm trying to perform simple query against MSSQL server, but getting:
```An error occured during the attempt of performing I/O: tls handshake eof```
Any idea what could be wrong on …