ipfs-shipyard / ipfs-pubsub-1on1

1-to-1 communication channel over IPFS Pubsub between two peers
25 stars 11 forks source link

fix get senderID to work with IPFS API #2

Closed fazo96 closed 6 years ago

fazo96 commented 6 years ago

Fix #1 by changing how we get the senderID.

I had to change some setup code to happen when opening the channel instead of in the constructor due to getting the senderID being async

haadcode commented 6 years ago

Thank you @fazo96 for the PR! This is an important fix to get it all working with js-ipfs-api 👍Great job on this!