Memory Usage
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
I am using this library in a console .net app. When the server starts its using about 12 MB of memory. As I connect the new clients and starts spamming messages the memory usage starts going up slowly and after I disconnect all the clients it stays at that point and does not decrease.
Is there some option which cleans up the unused memory after client disconnects, or perhaps I am missing something here? I am worried that memory usage will slowly grow over time until it runs of out it and crashes the server.
Appreciate any help.
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The report names no source file, test, or entry point. Reproduce it in a console .NET server by connecting, messaging, and disconnecting clients while measuring memory; trace whether disconnected-client resources remain retained, and document a confirmed cause and regression check as the completion criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100