-
With IPV6 turned off it doesn't like line 442 UNUSED(addrs_left); I just deleted it.
As an aside this code is fairly old now is there a way to update it? Can you engineer a patch to use on newer li…
-
### Please confirm the following
- [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).
- [X] I have checked the [current is…
-
The usage of websockets is one of the biggest pain points for this type of system.
Even despite not being CL (continuously listening) system (it is triggered by the user performing a GET request on t…
-
* django_private_chat2 version:
* Django version:3.2.7
* Python version:3.9.2
* Operating System: macOS Monterey
### Description
Websocket connections sometimes connect but often doesn't. I …
-
Whenever a user is removed from a meeting by the host by clicking the trash can an email is triggered to us. This is because code in the api doesn't have a trailing slash for the `removeMeeting `and i…
-
# Rationale
Currently we use the `JsonRpcProviders` from `ethers` library which uses polling mechanism for getting the block number.
We have many actions in our app which instantiate a new `JsonRpcP…
-
Hello,
When my pool changes in difficulty, the miner is disconnected. How should you use these lines?
--dynamic-pool If true, the pool can be set dynamically by sending a ?pool=ho…
-
Create a set of integration tests for blockfrost-websocket-link.
Ideally a test would run blockfrost-websocket-link againts the production Blockfrost and do some testings, resolving address, watch …
-
Hello,
I am an happy user of Kreya (paid edition) since a few months, I really like it, for both gRPC and REST support.
Previously in your roadmap you were mentioning a potential Websockets sup…
-
calling `stripe.Charge.create()` under a flask/websocket endpoint raises
```
stripe.error.APIConnectionError: Unexpected error communicating with Stripe. It looks like there's
probably a configurat…