Skip to content

HTTP connections not immediately closed on db.disconnect() #114

Closed
@rkistner

Description

@rkistner

When calling db.disconnect(), the sync Isolate is closed, but the HTTP connection still remains open for a while.

This does not cause any consistency issues on the client, but this counts towards concurrent connections and operations synced on the server.

This is especially noticeable when connecting and disconnecting in a loop, which can cause concurrent connections on the server to keep on increasing for a couple of minutes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions