Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory overflow; using ReadMessage() method #884

Open
1 task done
slclub opened this issue Dec 14, 2023 · 0 comments
Open
1 task done

Memory overflow; using ReadMessage() method #884

slclub opened this issue Dec 14, 2023 · 0 comments
Labels

Comments

@slclub
Copy link

slclub commented Dec 14, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

  1. Description

I am very sure the memeory overflow was came from the method of ReadMessage(). It is like buffer was not released.

Package version is v1.5.0.

  1. Phenomenon

1000 connections will add 5 -10 MB of memory.
2000 connections will add 10-25 MB of memory.
5000 connections will add 50+ MB of memory.

When the method of ReadMessage is blocked, the memory become normal.

  1. Project Address

Expected Behavior

No response

Steps To Reproduce

No response

Anything else?

No response

@slclub slclub added the bug label Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant