sociomantic-tsunami / swarm

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

Remove OOM handling in IStorageChannels #386

Closed gavin-norman-sociomantic closed 5 years ago

gavin-norman-sociomantic commented 5 years ago

OutOfMemoryException is deprecated. In D2, it is an Error, so should not be caught.

Fixes #338.