Open mertgunay opened 7 years ago
@mertgunay not sure I follow. Without using intents you don't have a mechanism to receive messages if your App is in the background, etc. So this is by design.
What doesn't work very well, can you elaborate more on your issue?
When I get a message from "B" device, "A" device is opening a new Intent but the problem is that every message is opening a new intent. That means, 100 messages equals to 100 new intent.
How can I solve this problem ?
this code is not working very well.