Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection Pool reset, due to connection parameters change, during operation #66

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 3, 2024

  1. Reset db connection on message reception, if needed (new config data)

    João Carlos de Lima Roscoe committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    a77cb94 View commit details
    Browse the repository at this point in the history
  2. Move back connection pool object into configuration node

    João Carlos de Lima Roscoe committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    4330fcd View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Fix linter findings

    João Carlos de Lima Roscoe committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c1d192f View commit details
    Browse the repository at this point in the history
  2. Simplify changes check (don't need full objects comparison)

    João Carlos de Lima Roscoe committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3125035 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Monitor changes to flagged parameters, only; support "reconnect in msg

    João Carlos de Lima Roscoe committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f817ebe View commit details
    Browse the repository at this point in the history