Alexandre HEIM

Results 4 comments of Alexandre HEIM

Hi @munjalpatel, a simple sleep for 5 seconds before calling dapr.NewClient solves the issue for now. A dapr.NewClient taking a timeout or may be a context (the most idiomatic way)...

I have the same behavior with mosquito 1.5

Hi @kozlovic I was thinking of this kind of encoding : https://en.wikipedia.org/wiki/Percent-encoding So, the mqtt topic foo.bar/baz will become foo%2Ebar/baz in nats The problematic characters are encoded as %xx where...

> Hi @telemac thanks for the contribution! The services API is fairly new and we are trying to have parity in the clients by following the spec in this ADR:...