Robert Mircea
Robert Mircea
`--recursive` does the same as git submodule update in newer git versions. Anyway, I've erased the repo and cloned it without `--recursive` and then I ran `git submodule update --init`....
I fired up a VM on my mac with Ubuntu and indeed it works on Linux. So only on Mac does not compile.
``` make -v GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for...
I've compiled the Examples on linux and now I am trying to run them from bin/Debug but I receive the following message. Any idea on how to approach this? ```...
What is the most common way to handle idempotency that you've seen? I have multiple subscribers running in different processes across machines and I would like to have the following...
Great suggestion, didn't think about this... It will work reliably in a single instance environment without the need to go to Redis for each message delivery in subscription. How would...
Thank you, I understand the principle, but what are the actual steps to reconnect? Do I need to create a new Boostrap() instance when triggering a new ConnectAsync? What happens...
I've encountered the same problem: `pdu.NewDeliverSM()` does not produce a valid smpp pdu and the message is unparsable by other smpp clients which are known to be working with real...
Using Jetstream with Nats clusters hosted on-premise (Kubernetes). Our netcore apps run in kubernetes as console apps (daemon like). The reason for choosing NATS over other solutions (cloud queues, etc)...
Still looking forward to this topic: Jetstream support is much awaited.