I have 2 apps that communicate together. They send objects (types) to each others via MQTT.
Their package name is different. Each time the application starts and they send types to each others, I get this message in my log:
Class not found: com.website.slave.main$_message, trying: com.website.master.main$_message
Note that you will see the following message in the logs:
You can ignore it. It happens on the first time that a type with a different package is discovered.