Closed R3dNinja closed 6 years ago
As a followup, it looks like the server actually is passing along the last message. Just tested with the Clinet test app.
Hi, please test again with the preview version of 2.7.0 (nuget). We fixed several connection relevant issues. Best regards Christian
I am working with the MQTTnet test applications, just to get an understanding of what is going on. I am running into an issue with the Server where the Communication is dropped on the last message received. I am using the ServerTest from MQTTnet.TestApp.NetCore running local. I have a very simple Client, also using MQTTnet that loops through 0 - 8, incrementing the text of the payload each loop. After the loop, I have the same client publish to a different topic, this fails. I have also tried without the extra message out of the loop and have the same issue. The last message always produces a warning and the server never publishes the message. Below is the console window of the error (just the last 2 messages from the loop and the extra message at the end). `