Skip to content

Leaking Handle #186

@XavierGeerinck

Description

@XavierGeerinck

Expected Behavior

lsof -i tcp -n -P should not show any daprd or node processes running once our app stops

Actual Behavior

Processes are not correctly closing. This seems to happen in Actors when server.actors.init() was called and at least 1 actor was registered through server.actors.registerActor(<Class>)

Afterwards when stopping the server, it hangs

A fix was applied through PR #184 that will force our HTTP Server to close after 1 second, resolving tests. The root cause however stays present

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpinned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions