Skip to content

Instantly share code, notes, and snippets.

@slaykovsky
Created November 13, 2014 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slaykovsky/ac72e85a116617fb761d to your computer and use it in GitHub Desktop.
Save slaykovsky/ac72e85a116617fb761d to your computer and use it in GitHub Desktop.
Output
node app.js
Function transformAsync is started.
-----------------------------------
Start getVal "0:0:0:1", delay 329ms
End getVal "0:0:0:1", delay 329ms
Start getVal "0:0:0:2", delay 1442ms
End getVal "0:0:0:2", delay 1442ms
Start getVal "0:0:0:3:0", delay 977ms
End getVal "0:0:0:3:0", delay 977ms
Start getVal "0:0:0:3:1", delay 478ms
End getVal "0:0:0:3:1", delay 478ms
Start getVal "0:0:0:4", delay 902ms
End getVal "0:0:0:4", delay 902ms
Start getVal "0:0:0:5", delay 1084ms
End getVal "0:0:0:5", delay 1084ms
--------------------------------------
Function async is ended.
Key is: "id", Value is: "25"
[Error: Key not found!]
{ id: 25,
[Error: Key not found!]
type: '0:0:0:2',
coords: { latitude: '0:0:0:3:0', longitude: '0:0:0:3:1' },
unixtime: '0:0:0:4',
uptime: '0:0:0:5' }
SUCCESS!
[Error: Key not found!]
[Error: Key not found!]
[Error: Key not found!]
[Error: Key not found!]
[Error: Key not found!]
[Error: Key not found!]
[Error: Key not found!]
[Error: Key not found!]
{ id: 25,
type: '0:0:0:2',
coords: { latitude: '0:0:0:3:0', longitude: 'n/a' },
unixtime: '0:0:0:4',
uptime: '0:0:0:5' }
SUCCESS!
[Error: Key not found!]
Key is: "unixtime", Value is: "0"
[Error: Key not found!]
{ id: 25,
[Error: Key not found!]
type: '0:0:0:2',
[Error: Key not found!]
coords: { latitude: '0:0:0:3:0', longitude: 'n/a' },
[Error: Key not found!]
unixtime: 0,
uptime: '0:0:0:5' }
SUCCESS!
[Error: Key not found!]
{ id: 25,
[Error: Key not found!]
[Error: Key not found!]
[Error: Key not found!]
[Error: Key not found!]
type: '0:0:0:2',
coords: { latitude: 'n/a', longitude: 'n/a' },
unixtime: 0,
uptime: '0:0:0:5' }
SUCCESS!
Key is: "uptime", Value is: "0"
{ id: 25,
[Error: Key not found!]
type: '0:0:0:2',
[Error: Key not found!]
coords: { latitude: 'n/a', longitude: 'n/a' },
[Error: Key not found!]
unixtime: 0,
[Error: Key not found!]
uptime: 0 }
[Error: Key not found!]
SUCCESS!
Key is: "type", Value is: "1"
[Error: Key not found!]
{ id: 25,
[Error: Key not found!]
type: 1,
[Error: Key not found!]
coords: { latitude: 'n/a', longitude: 'n/a' },
[Error: Key not found!]
unixtime: 0,
uptime: 0 }
SUCCESS!
[Error: Key not found!]
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment