sociomantic-tsunami / swarm

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

Implement ISuspendable.suspended in Controller's suspendable #367

Closed nemanja-boric-sociomantic closed 5 years ago

nemanja-boric-sociomantic commented 5 years ago

Previously, the controller's suspendable didn't implement the ISuspendable interface because there's no reliable way to do so. This is now amended in a best-effort strategy: the ISuspendable will report if the stream was suspended/resumed through the interface itself.