add tests

This commit is contained in:
Naoyuki Kanezawa
2014-04-10 02:35:14 +09:00
parent 527a3c640c
commit 9338615745
6 changed files with 235 additions and 86 deletions

View File

@@ -50,7 +50,7 @@ public class Socket extends Emitter {
private boolean disconnected = true;
private int ids;
private String nsp;
private Manager io;
/*package*/ Manager io;
private Map<Integer, Ack> acks = new HashMap<Integer, Ack>();
private Queue<On.Handle> subs;
private final Queue<List<Object>> buffer = new LinkedList<List<Object>>();