create a new connection when path is the same

This commit is contained in:
nkzawa
2016-01-31 17:33:28 +09:00
parent d538a9d117
commit f7810c19d3
4 changed files with 38 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ public class Manager extends Emitter {
/**
* This HashMap can be accessed from outside of EventThread.
*/
private ConcurrentHashMap<String, Socket> nsps;
/*package*/ ConcurrentHashMap<String, Socket> nsps;
public Manager() {