-
In https://github.com/arskom/spyne/blob/master/spyne/client/zeromq.py, `RemoteProcedure` recreates the socket upon every call to `__call__`.
dniku updated
9 years ago
-
Another problem we are facing is to create multiple websocket connections for separate users.
Every user has its own settings and has to be able to connect to its own websocket server with client. …
-
The plug-in I am writing makes long running socket connections to other services. These connections need to be read from and written to inorder to maintain the state needed by the plug-in. The exist…
dBeau updated
2 months ago
-
Out of curiosity, I tried to implement an asynchronous version of the socket connection to the heat pump, see https://github.com/gerw/python-luxtronik/tree/async. (Beware: this is not polished and, e.…
-
* **Version**: v14.11.0
* **Platform**: Win10 64bit
* **Subsystem**: internal/modules/esm/translators.js:117:18
### What steps will reproduce the bug?
While other async operations are ha…
-
It would be useful to receive an event when an element's `matches(selector)` changes, similar to how you can do so with `matchMedia`.
The ability to reactively change styles based on selector chang…
-
Hi,
First, this is a sweet utility, thanks for maintining it!
I read that Windows allegedly supports zero copy via a Winsock function called TransmitFile -
https://msdn.microsoft.com/en-us/l…
-
### This is a pyzmq bug
- [X] This is a pyzmq-specific bug, not an issue of zmq socket behavior. Don't worry if you're not sure! We'll figure it out together.
### What pyzmq version?
26.2.0
…
-
Currently any logging that results in an activity (start/stop triggers) adds a new entry into the visit log. This works great for most use cases, especially since it's nice to know you were briefly v…
-
### 🤔 What's the problem you're trying to solve?
I recently found myself in a bit of a predicament when trying to log specific environment information during Cucumber tests.
Our usecase:
- We con…