Alexandre HEIM
Alexandre HEIM
Hi, Is there a way to get the exit code of the called process ? Thank you
**Describe the bug** I have a connection timeout problem, the default one second timeout is too short to allow the sidecar to be ready, so my first call to NewClient...
## Feature Request - Allow dots as topic separator in mqtt. - Eventually, use / as topic separator in NATS and MQTT, common topic structure could be convenient for applications...
I have one goroutine that enqueues, and another that dequeues. When running my tests I have a race condition. The changes I made should solve the problem. Thank you for...
This allows to add optional meta data to a service, for instance, in my case, the services are dispatched across multiple machines, on the edge. The ability to add meta...
Could you add the callback parameter, that would be great. Thanks for sharing your work.
Hello, thank you for your great work on pocketbase. I am integration pocketbase as a library in an application that already handles ctrl-c and interrupt signals. This is my attempt...