generated from arcus-azure/arcus.github.template
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
area:healthAll issues related to healthAll issues related to healthbreaking-changeAll issues related to code breaking changes.All issues related to code breaking changes.good first issueGood for newcomersGood for newcomers
Milestone
Description
Is your feature request related to a problem? Please describe.
When designing the TCP health probe, we first implemented a custom TcpListener
implementation, but later we chose to use a BackgroundService
for this implementation, making this (internal) CustomTcpListener
obsolete.
Describe the solution you'd like
Remove the CustomTcpListener
.
Metadata
Metadata
Assignees
Labels
area:healthAll issues related to healthAll issues related to healthbreaking-changeAll issues related to code breaking changes.All issues related to code breaking changes.good first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done