-
Hi, I wanted to play with pubsub a bit, with a very basic scenario:
- 3 peers all subscribe to the same topic "random"
- peer 1 is connected to 2 and peer 2 is connected to 3
- peer 1 publishes som…
-
We would like to use some low level openssl features directly and wanting to use `CNIOBoringSSL`. What is the reason of not exposing CNIOBoringSSL? If it is just some compiler warnings, some compiler …
-
Attempting to statesync since v0.39.0 results in these errors from the following RPC nodes:
The nodes below are the only RPC nodes I am aware of setup for statesync. Elys official, Polkachu, Aveon…
-
## What you expected to happen?
When following the [kubernetes tutorial on declaring network policies](https://kubernetes.io/docs/tasks/administer-cluster/declare-network-policy/), I expect `wg…
-
I'm trying to use `discovery-swarm` with `hyperdrive`. On a local network the peers successfully find each other, but if I try to connect to a peer and we both behind NAT, they won't find each other.
…
-
### Is there an existing issue?
- [X] I have searched the existing issues
### Experiencing problems? Have you tried our Stack Exchange first?
- [X] This is not a support question.
### Description …
-
The variable onramp appears in the html examples, but it is never declared or initialized.
For example in the walkthru
``` javascript
onrampServer.on('message', function(peerAddress){
// 3. Connec…
bhyde updated
10 years ago
-
Currently `peerInfo.multiaddrs.replace` simply deletes all instances of the existing addresses and pushes the new addresses onto the internal array. This prevents the multiaddr set from maintaining an…
-
The issue, as we have discovered earlier, is that sbot nodes mutually discover each other when connected to the same LAN through a router, but not over the wireless mesh point interfaces even though t…
-
Currently we use App level gossip to propagate collaboration membership changes. When a peer detects that a member was added or removed from a collaboration, it broadcasts the CRDT state to all other …