-
This plugin should have the ability to pull the PubSub host from the PUBSUB_EMULATOR_HOST environment variable, so that it can be used in dev mode with the [PubSub emulator](https://cloud.google.com/p…
-
the `pubsub.asyncIterator` method [currently is typed as returning an AsyncIterator](https://github.com/apollographql/graphql-subscriptions/blob/master/src/pubsub-engine.ts#L7-L9). While this is …
-
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…
-
Hello,
I'm using the python-pubsub library and noticed that the timeout behavior is strange. After some investigation, I believe it is due to an incompatibility introduced by https://github.com/goo…
-
We are using below dependencies in out project:
"com.google.cloud" % "google-cloud-pubsub" % "1.105.1" exclude("io.grpc", "grpc-alts"),
"io.grpc" % "grpc-alts" % "1.29.0",
"com.lightbend.ak…
-
First of all thank you for the recent update to bb8 :-)
I can never turn a conn in into a pubsub connection calling `into_pubsub` for some reason. Have you had a chance to have a look pubsub with r…
-
**Is your feature request related to a problem? Please describe.**
I noticed that the docs were changed (in #5718) to say that `Ack()`/`Nack()` must be called inside the `Receive()` callback. Unfortu…
-
I'm currently working on a Cordova Angular application that utilizes the Electron platform. As part of the project, I've integrated a library named "event-pubsub.". The installed library is in node_mo…
-
## Bug report
**Required Info:**
- Operating System:
- Ubuntu 22.04
- Installation type:
- binaries
- Version or commit hash:
- Humble
- DDS implementation:
- ?
- Client li…
-
```
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…