-
Is it possible to send a message to the subscriber as soon as it subscribes? I need to send an ID to every new client connected.
Sadly, this doesn't work:
```go
func main() {
server := sse…
-
We're a bit stuck on some weird behaviour in our application.
We're using fs2-pubsub, with EmberClientwith http2 support to make gRPC requests to Google pubsub api.
I.e. Setup something like thi…
-
In [One of the example files](https://github.com/ebkalderon/tower-lsp/blob/49e1ce54549d5efc53b75510517c2f0b86f5c827/examples/stdio.rs#L123C5-L123C30) where the language server communicates with a clie…
-
### Redis version
7.2.3
### Redisson version
3.38.0
### Redisson configuration
```java
private RedissonClient client;
@BeforeEach
public void setup() {
Config …
-
The documentation does not say how to query and segment subscribers according to the lists they belong to:
https://listmonk.app/docs/querying-and-segmentation/
-
## Bug Report
### Version
```
├── tracing v0.1.40
│ ├── tracing-attributes v0.1.27 (proc-macro)
│ └── tracing-core v0.1.32
├── tracing-subscriber v0.3.18
│ ├── tracing-core v0.1.32 (*…
-
### Describe the problem
The event bus keeps strong references to all its subscribers, and we have a bad habit of not unregistering them. Every `ZoneRenderer` and `ZoneView` from any previously loa…
-
Hello, I am trying to run this example [https://docs.px4.io/v1.14/en/ros/ros2_offboard_control.html](url) after being able to run the sensor_combined example.
This is my current situation for the exa…
-
Hi I have followed the tutorial, I was able to have the multi-tenancy working successfully without the work zone, however after doing the changes for build work-zone, and doing the subscription in the…
tf484 updated
2 weeks ago
-
### Checklist
- [X] I am able to reproduce the bug with the latest version given here: [CLICK THIS LINK](https://github.com/TeamNewPipe/NewPipe/releases/latest).
- [X] I made sure that there are *…