Created
June 26, 2013 14:15
-
-
Save nilclass/5867704 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
[INFO - 2013-06-26T14:13:07.058Z] [worker #2] [http] server is listening on port 10550 | |
/// HERE I CONNECTED | |
[INFO - 2013-06-26T14:13:09.693Z] [worker #1] [ws] server: connection accepted [protocol: sockethub] | |
[DEBUG - 2013-06-26T14:13:09.693Z] [worker #1] [dispatcher:1372255989693] subscribed to channel sockethub:1372255983017:dispatcher:outgoing:1372255989693 | |
[INFO - 2013-06-26T14:13:09.695Z] [worker #1] [session] created sid 1372255989693. | |
[INFO - 2013-06-26T14:13:09.756Z] [worker #1] [dispatcher:1372255989693] received message | |
[DEBUG - 2013-06-26T14:13:09.811Z] [worker #1] [dispatcher:1372255989693] sending confirmation receipt | |
[DEBUG - 2013-06-26T14:13:09.811Z] [worker #1] [dispatcher] received register request | |
[INFO - 2013-06-26T14:13:09.812Z] [worker #1] [session] registering sid:1372255989693 | |
[INFO - 2013-06-26T14:13:09.812Z] [worker #1] [session] purging config for sockethub:1372255983017:session:1372255989693:_internal | |
[DEBUG - 2013-06-26T14:13:09.813Z] [worker #1] [dispatcher:1372255989693] sending message: {"rid":1,"verb":"register","platform":"dispatcher","status":true,"object":{"sessionId":"1372255989693"}} | |
/// HERE I SENT A JOB | |
[INFO - 2013-06-26T14:13:14.769Z] [worker #1] [dispatcher:1372255989693] received message | |
[DEBUG - 2013-06-26T14:13:14.798Z] [worker #1] [dispatcher:1372255989693] sending confirmation receipt | |
[INFO - 2013-06-26T14:13:14.798Z] [worker #1] [dispatcher:1372255989693] sending verb "getSession" to channel sockethub:1372255983017:listener:customer:incoming | |
[DEBUG - 2013-06-26T14:13:14.800Z] [worker #1] [listener:customer] processJob called with job: getSession | |
[INFO - 2013-06-26T14:13:14.800Z] [worker #1] [session] retrieved locally, sid 1372255989693. | |
[INFO - 2013-06-26T14:13:14.804Z] [worker #1] [session] retrieved locally, sid 1372255989693. | |
[DEBUG - 2013-06-26T14:13:14.806Z] [worker #1] [session] created platform session for customer. | |
[DEBUG - 2013-06-26T14:13:14.808Z] [worker #1] [listener:customer] initializing platform instance for sessionId:1372255989693 | |
[DEBUG - 2013-06-26T14:13:14.808Z] [worker #1] [listener:customer] received result from init: err:undefined,undefined, obj:undefined | |
[DEBUG - 2013-06-26T14:13:14.808Z] [worker #1] [listener:customer] processJob() called | |
[INFO - 2013-06-26T14:13:14.809Z] [worker #1] [listener:customer] sending job to platform handler | |
[worker #1] getSession called | |
[INFO - 2013-06-26T14:13:14.809Z] [worker #1] [listener:customer] waiting for next job on queue: sockethub:1372255983017:listener:customer:incoming | |
/////////////// | |
CLIENT RECEIVED: | |
{rid: 2, verb: "confirm", status: true} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment