gatewayd icon indicating copy to clipboard operation
gatewayd copied to clipboard

Enable multi-pool client connections

Open likecodingloveproblems opened this issue 1 year ago • 0 comments

Server proxy convert to proxies as an array of IProxy, Some method helper to get the get ther server's proxy of the given connection implemented, now it loops over all the proxies, but we can have connections as a map in the server.

distribution strategy base behaviour implemented

Ticket(s)

Description

Related PRs

Development Checklist

  • [ ] I have added a descriptive title to this PR.
  • [ ] I have squashed related commits together.
  • [ ] I have rebased my branch on top of the latest main branch.
  • [ ] I have performed a self-review of my own code.
  • [ ] I have commented on my code, particularly in hard-to-understand areas.
  • [ ] I have added docstring(s) to my code.
  • [ ] I have made corresponding changes to the documentation (docs).
  • [ ] I have updated docs using make gen-docs command.
  • [ ] I have added tests for my changes.
  • [ ] I have signed all the commits.

Legal Checklist

likecodingloveproblems avatar Apr 16 '24 22:04 likecodingloveproblems