Skip to content

Commit 053f66a

Browse files
committed
re-establishing online communication does not work yet
1 parent cc0f849 commit 053f66a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/libs/ASAP_Engine_0.5.0.jar

46 Bytes
Binary file not shown.

app/src/main/java/net/sharksystem/asap/android/service/ASAPMessageHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ private void handleSendMessage(Message msg) {
103103

104104
try {
105105
StringBuilder sb = new StringBuilder();
106-
sb.append("going to send message to service:");
106+
sb.append("going to send message over an open connection:");
107107
sb.append(" | format: ");
108108
sb.append(format);
109109
sb.append(" | uri: ");

0 commit comments

Comments
 (0)