sociomantic-tsunami / swarm

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

Throw exception returned by EventDispatcher.shutdownWithProtocolError #292

Closed gavin-norman-sociomantic closed 6 years ago

gavin-norman-sociomantic commented 6 years ago

I'm not sure if there's any reason for this method to not throw the exception itself. (Would have to be changed in the next major, of course.)

nemanja-boric-sociomantic commented 6 years ago

Judging by how it's used elsewhere, the caller always just throws.