Created
April 1, 2012 16:44
-
-
Save arturaz/2276934 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Registering #<TCPServer:0xa07065> r on #<NIO::Selector:0x174b39a> | |
monitor: #<NIO::Monitor:0x17a73c1> | |
suspending #<Celluloid::Task:0x1b15a50> for iowait | |
suspending #<Celluloid::Task:0x1b15a50> finished | |
Trying to nonblock read 4096. | |
READ WAITING. | |
READ EVT WAITING. | |
Registering #<TCPServer:0xa07065> r on #<NIO::Selector:0x174b39a> | |
monitor: #<NIO::Monitor:0x1ff3e67> | |
suspending #<Celluloid::Task:0x1aff8eb> for iowait | |
Registering #<TCPSocket:0xe143db> r on #<NIO::Selector:0x174b39a> | |
monitor: #<NIO::Monitor:0xefef86> | |
suspending #<Celluloid::Task:0x1bbddd6> for iowait | |
suspending #<Celluloid::Task:0x1bbddd6> finished | |
READ RETRYING. | |
Trying to nonblock read 4096. | |
Buffer is now: {"id":"1333298609605","params":{"version":"2012-0331-2039","server_player_id":1,"web_player_id":0},"action":"players|login"} | |
Received: {"id":"1333298609605","params":{"version":"2012-0331-2039","server_player_id":1,"web_player_id":0},"action":"players|login"} | |
Trying to nonblock read 4096. | |
READ WAITING. | |
READ EVT WAITING. | |
Registering #<TCPSocket:0xe143db> r on #<NIO::Selector:0x174b39a> | |
monitor: #<NIO::Monitor:0x135fb59> | |
suspending #<Celluloid::Task:0x14187ba> for iowait | |
Trying to nonblock write 83. | |
written 83. | |
Trying to nonblock write 59. | |
written 59. | |
WRITE FINISHED: 83. | |
WRITE FINISHED: 59. | |
Trying to nonblock write 120. | |
written 120. | |
WRITE FINISHED: 120. | |
Trying to nonblock write 246663. | |
written 65536. | |
Trying to nonblock write 181127. | |
written 147456. | |
Trying to nonblock write 33671. | |
WRITE WAITING. | |
WRITE EVT WAITING. | |
Registering #<TCPSocket:0xe143db> w on #<NIO::Selector:0x174b39a> | |
monitor: #<NIO::Monitor:0xc20dd6> | |
suspending #<Celluloid::Task:0x83b48a> for iowait | |
suspending #<Celluloid::Task:0x83b48a> finished | |
WRITE EVT WAITING DONE. | |
WRITE RETRYING. | |
Trying to nonblock write 33671. | |
written 33671. | |
Trying to nonblock write 514. | |
written 514. | |
WRITE FINISHED: 246663. | |
WRITE FINISHED: 514. | |
Trying to nonblock write 864. | |
written 864. | |
WRITE FINISHED: 864. | |
Trying to nonblock write 90. | |
written 90. | |
WRITE FINISHED: 90. | |
Trying to nonblock write 504. | |
written 504. | |
WRITE FINISHED: 504. | |
Trying to nonblock write 248. | |
written 248. | |
WRITE FINISHED: 248. | |
Trying to nonblock write 91. | |
written 91. | |
WRITE FINISHED: 91. | |
Trying to nonblock write 296. | |
written 296. | |
WRITE FINISHED: 296. | |
Trying to nonblock write 581. | |
written 581. | |
WRITE FINISHED: 581. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment