David Fooks

Results 8 comments of David Fooks

+1 this single change just sped up my node server by a factor of 10!

Hmm, I'm running: c:\workspace\socket.io-benchmarking\client\src>java -cp .;WebSocket.jar;commons-math-2.2.jar SocketIOLoadTester 100 SocketIOLoadTesterUsing custom concurrency levels: 100 ---------------- CONCURRENCY 100 ---------------- But the clients are all showing as connected on the server so I...

Ok. So the client connections are all created and then all the threads hit wait(). But notifyAll() is never called in onOpen in-fact onOpen is never called at all. This...

Ah, figured out how to turn on logging by changing: io.set("log level", 3); I'm getting the message: 26 Jan 12:27:57 - info: users: 0 messagesPerSecond: 0 debug - client authorized...

Ah, ok so its an issue with the draft that the client is using which is unsupported by socket.IO. Adding: import net.tootallnate.websocket.drafts.Draft_17; ``` public SocketIOClient(URI server, SocketIOClientEventListener listener) { super(server,...

Ok I have it sort of running now. For anybody else trying to run this you need the following node_modules async colors commander connect express express-config mime pkginfo qs socket.io...

ImGUI graph for plotting the time (x) vs position (y) of a player in Boundless as they walk through a portal. Everything left of the green line is the source...