sociomantic-tsunami / swarm

Asynchronous client/node framework library
Boost Software License 1.0
14 stars 26 forks source link

Add IStorageChannels.get #333

Open nemanja-boric-sociomantic opened 6 years ago

nemanja-boric-sociomantic commented 6 years ago

Currently the only way to get a reference to the channel is to use getCreate which will create the channel if it doesn't exist. This is not needed for the requests that only read the channels however.

gavin-norman-sociomantic commented 5 years ago

This will probably be needed for the proposed solution to #338.