You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is executed every 15 seconds. At this time, it is offline and the GrpcChannel is recreated. Each time the GrpcChannel is created, a new httpclient instance will be created.
Optional fixes:
Provide your own httpclient for GrpcChannel and reuse httpclient instances.
In addition, ShutdownAsync does not seem to be implemented?
The text was updated successfully, but these errors were encountered:
@liuhaoyang
I tried to process and found that the httpclient created when based on netstandard 2.0 is not available. If I reuse it directly_ Channel doesn't seem to be rebuilding Tongtong.
@liuhaoyang I tried to process and found that the httpclient created when based on netstandard 2.0 is not available. If I reuse it directly_ Channel doesn't seem to be rebuilding Tongtong.
Please answer these questions before submitting your issue.
Bug
Here's the problem:
SkyAPM-dotnet/src/SkyApm.Transport.Grpc/ConnectionManager.cs
Lines 58 to 61 in 7e7693d
It is executed every 15 seconds. At this time, it is offline and the GrpcChannel is recreated. Each time the GrpcChannel is created, a new httpclient instance will be created.
Optional fixes:
Provide your own httpclient for GrpcChannel and reuse httpclient instances.
In addition, ShutdownAsync does not seem to be implemented?
The text was updated successfully, but these errors were encountered: