Amit Kumar Mondal

Results 47 comments of Amit Kumar Mondal

I am wondering about any progress about this feature to be included in upcoming release

Any probable release date?

Just a quick question. Does this upcoming release also include the WireAdmin utils as well?

RxTx requires users to setup their environment to have RxTx system libraries whereas jSerialComm is a platform-independent way to access standard serial ports. Many projects such as j2mod, jamod are...

I actually didn't know that there already exists an OSGi-fied version of RxTX. I would give it a try. Many thanks for the information though. 👍

@cdjackson You are absolutely right that it will certainly not solve at all. We will require the logs to understand the situation more. Since I am missing the diagnostic data,...

https://github.com/hivemq/hivemq-mqtt-client/blob/d709dc3aeea8a6837ecc21413988de154a66be1c/src/main/java/com/hivemq/client/internal/mqtt/handler/connect/MqttConnAckSingle.java#L93 This is where it should have been passed onto the callbacks.

The `connect` method is synchronous and it is expected. it simply executes the async client which doesn't block at all. This works as expected too. The async operation of the...

The POM file includes all necessary changes to release this library as a standalone OSGi bundle to Maven Central Repository. You can build the bundle using ``` xml mvn clean...

@wimsymons Thanks a lot for reporting this. Unfortunately such a change cannot be done as the underlying graph visualization library doesn't support it. I am currently on the verge of...