This commit is contained in:
zzz
2020-10-17 14:41:13 +00:00
parent 4d82917b94
commit d387448794
8 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ class SAMStreamSession implements SAMMessageSess {
/** stream id (Long) to StreamSender */
private final HashMap<Integer,StreamSender> sendersMap = new HashMap<Integer,StreamSender>();
private final AtomicInteger lastNegativeId = new AtomicInteger();;
private final AtomicInteger lastNegativeId = new AtomicInteger();
// Can we create outgoing connections?
protected final boolean canCreate;