alberk8
alberk8
> So when it comes back, the consume method isn't yielding anymore messages? > > not sure how to replicate this. I can maybe suspend the process and see what...
No exception. I am putting in try catch on in `ProcessDataAsync` and will monitor and report back. One other thing I notice is that the Log that I have reported...
I am using that nuget package already.
The the try and catch on the foreach, still getting the same error. I think it is due to state where disconnect and connect to Nats server when it comes...
Updated the Nuget and running Test, Will report back the result later.
I have this that works on (Android API 36) .Net 9 Maui but on .Net 10 RC2 it is not working. ``` ```
Thank you for the update.
Need an option to rotate the x-axis label.
There is a sample [here ](https://github.com/dotnet/MQTTnet/blob/master/Samples/Server/Server_ASP_NET_Samples.cs)
This works and if want to use FQDN then uncomment the hostname. The container_name also registered in Docker internal DNS. ``` services: yugabyte: image: yugabytedb/yugabyte:latest restart: unless-stopped container_name: yugabyte #hostname:...