Skip to content

PostgresConnection.close() should just close the connection #370

Closed
@fabianfett

Description

@fabianfett

Current behavior

  • PostgresConnection.close() waits for all the queries, that were previously scheduled on the connection to finish, before it closes the connection

Expected behavior

  • PostgresConnection.close() should just close the connection.
  • We should add a PostgresConnection.closeGracefully() that keeps the current close behavior

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions