Skip to content

Commit 99ae321

Browse files
committed
removed any special handling of asap management messages.
1 parent 9ae47dc commit 99ae321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/net/sharksystem/asap/MultiASAPEngineFS_Impl.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ public boolean handleASAPManagementPDU(ASAP_PDU_1_0 asapPDU, ASAP_1_0 protocol,
446446
// else - channel does not exist - create by setting recipients
447447
System.out.println(this.getLogStart() + "create channel");
448448
asapStorage.createChannel(channelUri, recipients);
449+
System.err.println(this.getLogStart() + ".handleASAPManagementPDU(): TODO: return true - works / false not - but must be false...");
449450
// return true;
450451
return false;
451452
}

0 commit comments

Comments
 (0)