Skip to content

Instantly share code, notes, and snippets.

@heapwolf
Created May 24, 2020 14:46
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 heapwolf/534c87a1b96c293c0f61733c15639ef8 to your computer and use it in GitHub Desktop.
Save heapwolf/534c87a1b96c293c0f61733c15639ef8 to your computer and use it in GitHub Desktop.

DEBUG OUTPUT FROM U1

  • Started app
  • Created identity
  • Created request
2020-05-24T14:36:34.598Z peerlinks:protocol [1c051a9d] generating encryption key...
2020-05-24T14:36:35.102Z peerlinks:protocol [1c051a9d] created
2020-05-24T14:36:35.102Z peerlinks:protocol [1c051a9d] generated encryption key
2020-05-24T14:36:54.316Z peerlinks:cache [3efb842f] hasMessage() miss
2020-05-24T14:36:54.317Z peerlinks:cache [3efb842f] getMessages() hit=0 miss=0
2020-05-24T14:36:54.319Z peerlinks:cache [3efb842f] invalidating cache
2020-05-24T14:36:54.319Z peerlinks:channel [3efb842f/u1] received message.hash=2a2adea4
2020-05-24T14:36:54.319Z peerlinks:protocol [1c051a9d] adding channel.id=3efb842f/u1
2020-05-24T14:36:54.319Z peerlinks:protocol [1c051a9d] saving channel.name=u1
2020-05-24T14:36:54.320Z peerlinks:protocol [1c051a9d] saving id.name=u1
2020-05-24T14:36:54.321Z peerlinks:protocol [1c051a9d] created id.name=u1
2020-05-24T14:36:54.322Z peerlinks:cache [3efb842f] message count miss
2020-05-24T14:36:54.326Z peerlinks:cache [3efb842f] getMessages() hit=1 miss=0
2020-05-24T14:40:36.952Z peerlinks:protocol [1c051a9d] wait for invite.id=fae9552a

DEBUG OUTPUT FROM U2

  • Start up
  • Paste in the invite
  • Nothing happens
2020-05-24T14:42:59.807Z peerlinks:protocol [6f6fbb42] generating encryption key...
2020-05-24T14:43:00.098Z peerlinks:protocol [6f6fbb42] generated encryption key
2020-05-24T14:43:00.098Z peerlinks:protocol [6f6fbb42] created
2020-05-24T14:43:03.287Z peerlinks:cache [69dc1917] hasMessage() miss
2020-05-24T14:43:03.288Z peerlinks:cache [69dc1917] getMessages() hit=0 miss=0
2020-05-24T14:43:03.289Z peerlinks:cache [69dc1917] invalidating cache
2020-05-24T14:43:03.289Z peerlinks:channel [69dc1917/u2] received message.hash=6752944a
2020-05-24T14:43:03.290Z peerlinks:protocol [6f6fbb42] adding channel.id=69dc1917/u2
2020-05-24T14:43:03.290Z peerlinks:protocol [6f6fbb42] saving channel.name=u2
2020-05-24T14:43:03.292Z peerlinks:protocol [6f6fbb42] saving id.name=u2
2020-05-24T14:43:03.293Z peerlinks:protocol [6f6fbb42] created id.name=u2
2020-05-24T14:43:03.294Z peerlinks:cache [69dc1917] message count miss
2020-05-24T14:43:03.301Z peerlinks:cache [69dc1917] getMessages() hit=1 miss=0
2020-05-24T14:43:05.930Z peerlinks:cache [8f857911] hasMessage() miss
2020-05-24T14:43:05.931Z peerlinks:cache [8f857911] getMessages() hit=0 miss=0
2020-05-24T14:43:05.932Z peerlinks:cache [8f857911] invalidating cache
2020-05-24T14:43:05.933Z peerlinks:channel [8f857911/c1] received message.hash=358dfdb4
2020-05-24T14:43:05.938Z peerlinks:protocol [6f6fbb42] saving id.name=u2
2020-05-24T14:43:05.939Z peerlinks:protocol [6f6fbb42] adding channel.id=8f857911/c1
2020-05-24T14:43:05.939Z peerlinks:protocol [6f6fbb42] saving channel.name=c1
2020-05-24T14:43:05.940Z peerlinks:protocol [6f6fbb42] updating existing channel.id=8f857911/c1
2020-05-24T14:43:05.940Z peerlinks:protocol [6f6fbb42] saving id.name=c1
2020-05-24T14:43:05.941Z peerlinks:cache [8f857911] message count miss
2020-05-24T14:43:05.947Z peerlinks:cache [8f857911] getMessages() hit=0 miss=1
2020-05-24T14:43:20.797Z peerlinks:protocol [6f6fbb42] wait for peer.id=2370d3ee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment