Skip to content

Tank wrapping Waterfall does not close #112

Description

@snorberhuis

In my integration tests I am using a tank something like this:

tank : Tank
constructor(url){
this.tank = new Tank(new Waterfall(url));
}

If I call this.tank.close() my tests do not stop. Switching to only a Waterfall immediatly fixes this issue:

tank : Waterfall
constructor(url){
this.tank = new Waterfall(url);
}

Something seems to stop the tank from closing correctly. Any ideas on how I can provide more details?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions