Skip to content

Commit c810cb3

Browse files
committed
api: ConnectionPool.Add()/ConnectionPool.Remove()
* ConnectionPool.Add() allows to add a new endpoint into a pool. * ConnectionPool.Remove() allows to remove an endpoint from a pool. Closes #290
1 parent 897ba41 commit c810cb3

File tree

3 files changed

+490
-112
lines changed

3 files changed

+490
-112
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1414
requests to complete (#257)
1515
- ConnectionPool.CloseGraceful() unlike ConnectionPool.Close() waits for all
1616
requests to complete (#257)
17+
- ConnectionPool.Add()/ConnectionPool.Remove() to add/remove endpoints
18+
from a pool (#290)
1719

1820
### Changed
1921

0 commit comments

Comments
 (0)