TlsHandler memory
Open
question
- Dominant language
- C#
- Stars
- 4.3k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
When I connect and disconnect a socket several times the memory always goes up. According to the VS profiler it comes from the TlsHandler MediationStream, SslStreamInternal, SslStream.
Is it possible that there is a memory leak? Or is there something specific I need to call on the TlsHandler when I disconnect and reconnect? Tried to remove the handler and call Dispose on it. But this did not help.
Contributor guide
Assessment
This issue has not been assessed yet.