Skip to content

feat: Recycling available connection of the released session. Pass the unit test of the multi-session scenario.

张俸铭 requested to merge dev into master
  1. Realize global configuration of addresses with set/add/del methods.
  2. Refactor the SessionManager module. The connection pool can use the interface to expose the interface for user.
  3. Accomplish the connection recycling mechanism.
  4. The functions above all pass the unit test in the multi-session scenario.

Merge request reports