Skip to content

Instantly share code, notes, and snippets.

@heapwolf
Created May 20, 2020 11:05
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/2d8df7a54697ddf99b5ae10acf66a59f to your computer and use it in GitHub Desktop.
Save heapwolf/2d8df7a54697ddf99b5ae10acf66a59f to your computer and use it in GitHub Desktop.
CLI 1
Start the app
Create an identity, create a channel
```
/id u1
/create ch1
```
CLI 2
Start the app, create an identity, request an invite
```
/id u2
/r
```
CLI1
Accepts the invite
```
/a ...
```
CLI 2
Tries to type something...
```
Error: Initial synchronization not complete
at Channel.post (/Users/paolofragomeni/projects/optoolco/peerchan/node_modules/@peerlinks/protocol/lib/protocol/channel.js:189:15)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async Network.post (/Users/paolofragomeni/projects/optoolco/peerchan/src/network.js:207:5)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment