-
I am using feathers-reactive,
to get some data from a service and I subscribe to the result. When someone invites the user or he invites someone he should receive the updated data.
It does work when…
-
We keep getting errors like this in a high client density deployment:
```
System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.G…
-
8vs8 時など、ロボットの台数が多いとpublish / subscribe時のCPUへの負担が非常に高いです。
arrayでもpublishするようにして、負担を減らすのが望ましいと考えていますが、いかがでしょうか。
-
Hey guys.. I've been running into a strange issue. Apparently it seems that the builtin standard `.` adapter (which is shipped with rivets), is rather significant for the behavior of the each-binder.
…
-
```js
class Observable {
constructor(data) {
this._store = data;
this.observer = []
if (typeof(data) == 'object') {
for (let key in data) {
Object.defineProperty(thi…
-
**Describe the bug**
I recently switched to this library from umqtt.simple. The client does not subscribe to anything, only publishes data every 30 seconds. On the previous library, it would work con…
-
Based on Topdown V2 spec, the skeleton code for new topdown refactoring is shown below:
```rust
struct TopdownReactor {
event_bus; // the topdown event broadcaster for subscri…
-
I'm using ESP8266WiFi.h lib instead of Ethernet.h, and input message are never published at output topic.
Using local mosquitto broker, successfully receives `hello world` (so it's working), but no…
-
Hi, I was planning on using this code for a project. Is it working?
Algo if you could specify the topics on which to subscribe and publish, please?
-
Hi,
I am trying to run this example:
https://github.com/FreeOpcUa/python-opcua/blob/master/examples/client-example.py
This example crashes with following log
1626973824.609421 [0] python3: …