Hi
when i try to send a simple message : SendMessage("Ciccio") through mqtt from a client to another , it comes out this in the log Windows :
Serious error processing the message org.eclipse.moquette.proto.messages
the message is sent correctly .
The sendmessage sub is this :
Any idea ?
Thanks
when i try to send a simple message : SendMessage("Ciccio") through mqtt from a client to another , it comes out this in the log Windows :
Serious error processing the message org.eclipse.moquette.proto.messages
the message is sent correctly .
The sendmessage sub is this :
B4X:
Public Sub SendMessage(Body As String)
If connected Then
client.Publish2("all", CreateMessage(Body), 1, False)
End If
End Sub
Any idea ?
Thanks