create a new connection when path is the same
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user