sociomantic-tsunami / swarm

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

Deprecate non-scoped controller access #368

Closed gavin-norman-sociomantic closed 5 years ago

gavin-norman-sociomantic commented 5 years ago

All usage of the request controllers should go via the client's control method (internal implementation).

I believe the whole swarm.neo.client.mixins.Controllers module can be deprecated.

gavin-norman-sociomantic commented 5 years ago

(The only known usage of the non-scoped controller objects is for use with ocean's throttler. This is to be replaced with #369.)

gavin-norman-sociomantic commented 5 years ago

Blocked on implementation of #369.

matthias-wende-sociomantic commented 5 years ago

This is irrelevant due to https://github.com/sociomantic-tsunami/swarm/issues/391.