-
I find a problem when the client opens a stream and the server doesn't push anything, it will cause connection to stuck and won't close, then too many open files error happened.
So I edit some code…
-
## detected at 1.3.9 or before
## socket handle failed to close
**line 1367, file ua_client_connect.c,** the call to UA_SecureChannel_close might miss the call to close the socket handle whe…
-
I've noticed that the rpi code does not run successfully due to the following error:
module 'google.cloud.pubsub' has no attribute 'Client'
After doing some digging I believe its because the …
-
```
I am playing around with OpenFire's pubsub functionality using jabber-net.
When PubSubManager.GotSubscribed() gets called, it is able to get the
PubSubSubscription from the response, and this cl…
-
```
I am playing around with OpenFire's pubsub functionality using jabber-net.
When PubSubManager.GotSubscribed() gets called, it is able to get the
PubSubSubscription from the response, and this cl…
-
```
I am playing around with OpenFire's pubsub functionality using jabber-net.
When PubSubManager.GotSubscribed() gets called, it is able to get the
PubSubSubscription from the response, and this cl…
-
```
I am playing around with OpenFire's pubsub functionality using jabber-net.
When PubSubManager.GotSubscribed() gets called, it is able to get the
PubSubSubscription from the response, and this cl…
-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to …
-
Hello, I was talking to folks at the IPFS Thing last week about how I have a use case where I'd like to keep gossip to a particular network interface or to limit it to a local network.
The general …
-
## Objective
Implement a secure method for transferring any data over the internet using Time-Based One-Time Password (TOTP) for encryption. The goal is to make it easier to securely transfer ephemer…