OctopusDeploy / Halibut

| Public | A secure communication stack for .NET using JSON-RPC over SSL.
Other
12 stars 44 forks source link

Add subscription id to tcp connections exceeded error message #608

Closed APErebus closed 4 months ago

APErebus commented 4 months ago

Background

When enabled and monitoring in PreProd Cloud, this error doesn't tell you which subscription has exceeded the limit, which is a bit annoying.

Results

Add the subscription id/uri to the exception & error log message

Example:

A polling client at [::1]:59764 has exceeded the maximum number of active connections (3) for subscription poll://sq-tentapoll/. New connections will be rejected

How to review this PR

Quality :heavy_check_mark:

Pre-requisites