ipfs-shipyard / ipfs-pubsub-1on1

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

Always use Channel.open to create a channel #4

Closed haadcode closed 6 years ago

haadcode commented 6 years ago

This PR will make sure we use Channel.open everywhere and don't directly create a Channel instance using the constructor.