PR https://github.com/moloch--/sliver-py/pull/20 introduced a function to SliverClient but the method name either needs to be internalized with an underscore or just reduced to a lambda. Since there's no stop_X_listener methods in Sliver , I'm going to go with a lambda for now
PR https://github.com/moloch--/sliver-py/pull/20 introduced a function to SliverClient but the method name either needs to be internalized with an underscore or just reduced to a lambda. Since there's no
stop_X_listener
methods in Sliver , I'm going to go with a lambda for now