We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a4c04 commit f14b404Copy full SHA for f14b404
lib/utilcode/src/main/java/com/blankj/utilcode/util/MessengerUtils.java
@@ -320,7 +320,7 @@ private void sendMsg2Client(final Message msg) {
320
for (Messenger client : mClientMap.values()) {
321
try {
322
if (client != null) {
323
- client.send(msg);
+ client.send(Message.obtain(msg));
324
}
325
} catch (RemoteException e) {
326
e.printStackTrace();
0 commit comments