-
https://github.com/libp2p/specs/tree/adbd293b93c9607558082676efba02aff5a22135/pubsub/gossipsub
-
Today I discovered that when there is an error in a handler, it crashes the entire inform loop, leaving all other subscribed handlers un-informed.
Example:
```js
pubSub.subscribe("event", () => …
-
### Describe the bug
Cannot use tunneling tool on surface laptop 7 (arm64) WoA.
### To Reproduce
npm install -g @azure/web-pubsub-tunnel-tool :)
### Exceptions (if any)
Log output:
[2024-10-…
-
/home/noyelseth/workspace/rpi4b_workspace/RPi-Cross-Cpp-MQTT-PubSub-IPC/third_party/rapidjson-1.1.0/include/rapidjson/document.h:319:82: **error: assignment of read-only member 'rapidjson::GenericStri…
-
In https://github.com/openzipkin/zipkin-gcp/issues/45, there was a proposal to add pubsub transport (collector and sender), but that never happened.
@javierviera is currently adding https://github.…
-
## In what area(s)?
/area runtime
## Describe the feature
Looking into outbox. From looking at doc and the code briefly, I'm noticing some big limitations:
- Only seems to publish messages…
-
Explain how p2p module works in this app?
-
The client uses the `pubsub` method to create and return the pubsub client. This masks the redis PUBSUB command.
There are two ways I can think of around this
1. Change the name of the `pubsub` method…
-
PubSub functionality on top of Akka Actors. (This means separate RedisClient will be used for Subscriber).
For consumer register separate custom actor that will receive messages.
something like this…
-
Hi,
we are using your lib a while but thought we are missing a feature to schedule jobs automaticly using infrastructure as code.
We think it would be possible to leverage @google-cloud/scheduler …