Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
private final ConcurrentMap<Long, CompletableFuture<DataStream>> streams = new ConcurrentHashMap<>(); private final ConcurrentMap<Long, List<DataStreamOutput>> peersStreamOutput = new ConcurrentHashMap<>();
The two ConcurrentMaps above should be merged.
Attachments
Issue Links
- links to