-
**Describe the bug**
#69612 converted the Telnet shell to use network sockets, and inadvertently introduced a race condition on client disconnect.
The socket API is capable of generating an error …
-
Attempting to use a `SSLSocket` with the`asyncio.loop.sock_sendall` method and the other socket-level async functions raises the following error:
```python
TypeError: Socket cannot be of type SSLSoc…
-
### Specification
Using `process.stderr` and `console.error` behaves differently when on Windows compared Linux and MacOS.
* Files: synchronous on Windows and POSIX
* TTYs (Terminals): asynchro…
-
This issue is on implementation of web sockets for capture asynchronous calls made by knitlib. These asynchronous calls are made for communicate data such as knitting progress details, current knittin…
-
Hi @JoelBender Sir,
Below are the challenges I am facing sir
misty project => [link](https://github.com/riptideio/misty)
1) The Misty project primarily uses UNIX domain sockets (UDS) for com…
-
Faced the following problem - Asio does not support asynchronous work with **Unix Domain sockets** (asio::local::stream_protocol::socket) in **VMware ESXi 6.7** (and below i think). It all started wit…
-
I'm filing this issue perhaps prematurely, because I do not yet have a reduced reproduction. I plan to work on one, but I wanted to put this up first in case this was a known issue or is somehow expec…
-
### What is it?
The `makefile()` method on Python sockets converts them to file-like objects, mapping `write` to `send`, _etc._ Trio’s documentation says that `makefile()` for Trio sockets is not i…
-
Launching lib\main.dart on sdk gphone64 x86 64 in debug mode...
/C:/Users/Lenovo%20Ideapad/AppData/Local/Pub/Cache/hosted/pub.dev/get-4.6.5/lib/get_connect/sockets/src/sockets_html.dart:3:8: Error: D…
-
Hey,
I have a thing where I can't use aiozmq because I can't run asynchronous code, but the rpc server uses aiozmq and for the most part its worked fine until I tried connecting to it with zerorpc…