dapr / dapr/js-sdk

Leaking Handle

Open
#186 3 comments 2 reactions 0 assignees View on GitHub
bug pinned
Dominant language
JavaScript
Stars
217
Forks
104
PR merge metrics
No merged PRs in 30d

Description

## 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()`

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.