Open PhanVanLinh opened 5 years ago
I don't know if the token being null is the problem or not, but I observe the same thing, and also observe that message listener is never called when messages arrive.
val token = client.subscribe(topic, 0, userContext, actionListener, messageListener)
if (token == null) {
logger.error("token is null")
}
dependency
Problem