Jens Reimann

Results 683 comments of Jens Reimann

I guess so. Maybe there already is a communication idle timeout on which the client disconnects which could be re-used.

Sorry, I don't have a real reproducer. I do use around 100 MqttClient instances towards an MQTT server. I will try to create one. The issue manifested when I started...

No from my side. I didn't find any time to create a usable reproducer focusing on this error. But it still happens to me when the MQTT server of my...

@ppatierno I will need to make a new test publisher this week anyway, I will try to make this a reproducer for this issue as well.

I could draft up a PR. However I am not sure I can find the time to follow up on this to get it merged. I think this should come...

This is a first draft for adding an MQTT client session, for clean session = true only.

I am sorry, but I completely disagree. Also, in https://github.com/smallrye/smallrye-reactive-messaging/issues/1181 we already agreed that this should land in the client implementation of vertx. The MQTT client session is an opinionated...

@cescoffier @vietj Do we move on as agreed upon? Or do I just ditch the whole effort and look for alternatives elsewhere?

Yes, that was the problem. Also I had to create interfaces for the even classes. I had to re-organize that bit. You might not like the way I did that....

> @ctron based on this [smallrye/smallrye-reactive-messaging#1228](https://github.com/smallrye/smallrye-reactive-messaging/pull/1228) got merged, I guess that we can close this one? If you really think this PR isn't an improvement to the vertx-mqtt client, then...