Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call the
User
instance method stop()
This allows to use an overridden `stop()` method when the Locust runner stops the user, which allows for more flexibility without introducing additional complexity. One of the use cases is being able to close a gRPC channel before killing the user greenlet.
- Loading branch information