Skip to content

Make the MockServer stoppable #60

@eudelins-zama

Description

@eudelins-zama

Currently, once the MockServer is started, it can't be stopped as it runs in a separated tokio task, and its handle is not stored.

It would be nice to have a way to stop the MockServer (with a CancellationToken or using abort on the task handle) to mimic network issues (dropped connection...)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions