-
I am trying to make this work for the past many hours but can't figure out what am I doing wrong.
I have a publish method
```
Meteor.publish("userEquipments", function (uid = null) {
const u…
-
I can't use the stop() method on subscriptions returned by the SubsManager, whereas I can stop them manually when returned by Meteor.subscribe.
Use case:
I subscribe to a Stats publication for all do…
Sewdn updated
6 years ago
-
Currently, subscriptions topics seem to be determined by the GraphQL API. Controllers filter messages published to the GraphQL API-determined topic. This does not scale well in certain situations.
…
-
Description
===========
I have a Kafka cluster with 5 brokers and 5 controllers. The 5 brokers are grouped as H: (H1/H2), N: (N1/N2), and D: (D1). I have subscriber programs running on the VMs of H1…
-
This would tie to our blog (marketing news letter) that dayem was talking about. In this, we would allow people to subscribe to email updates if there is any new blogpost written by us.
This will c…
-
I have a modal that looks like this:
```
```
And I'm subscribed to it like this:
```
FoundationApi.subscribe( 'formModal', function( action ) {
console.info('subscribe/formModal', action);…
-
This will require a publish/subscribe endpoint to send new data clients.
This will be used by the viewer to have real time races.
-
A client connects to happner server and subscribes on data events. On a publish of these events, data, there are big CPU spikes on the server.
-
### Observed behavior
In the following sequence:
1. subscribe
2. `unsubscribe_after` n
3. reconnect
4. reach `n` messages
5. additional messages published on topic
...in step 3, `async-na…
-
If the view is more publicity for BINK as in #21, then one idea is for a feed that publishes public jams to Facebook and or Twitter automatically for anybody who subscribes to BINK. People could then …