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

[Help] - Regarding "Reached maximum allowed buffered messages for this connection." error #102

Closed
Ddreig opened this issue May 4, 2021 · 1 comment
Assignees
Labels

Comments

@Ddreig
Copy link

Ddreig commented May 4, 2021

Hello, would like to bring up this issue where the error maximum allowed buffered messages is received.

For our procedure, we are purely enqueueing (using ConcurrentQueue) the data received from websocket under Trade message and still receiving the mentioned error.

image

It should also be noted that we are not doing any processing and just purely receiving data. Also when using ConcurrentQueue, it can process 1 million data in around 20 milliseconds, so it shouldn't cause a bottleneck when processing data received.

For the datacenter, we are using Azure VM and that the network bandwidth is very high and is located in Singapore Region.

Edit: Additional Question: What does the error "The operation was canceled." mean when it is received?

@Svisstack
Copy link
Contributor

@Ddreig Are you still experiencing this problem? What is the instance type and CPU load on it?

@Svisstack Svisstack self-assigned this Jun 18, 2021
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

2 participants