Aliaksandr Brui

Results 7 comments of Aliaksandr Brui

Could you try this version, please? https://yadi.sk/d/tyVuJhjj3WUr2V

@xahon ok, but I'm not going to upload this version to the official repository because it isn't compatible with current IntelliJ IDEA. AS is based on idea 2017.4 which is...

for java 8 you need to build from tag 1.7.2

it was a reason why I have migrated to bintray.

Hi @SgtSilvio , Thanks for the quick response. I think it should be on the client configuration level during building like: ```java MqttClient.builder() .identifier(clientId) .socketConfig() .keepAliveTime(60) .keepAliveInterval(20) .keepAliveProbes(3) .applySocketConfig() .useMqttVersion5()...

I think it's a good option for me as well.