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

Large object models cause request issues when M409 and rr_model used at the same time #995

Closed
T3P3 opened this issue May 8, 2024 · 3 comments
Assignees
Labels
bug Bug that has been reproduced
Milestone

Comments

@T3P3
Copy link
Contributor

T3P3 commented May 8, 2024

503 errors occur in DWC running duet2 ethernet with a large Object Model, when a PanelDue is also connected.

The proposed solution it to ensure only one of the channels can query the OM at one time.

@T3P3 T3P3 added the bug Bug that has been reproduced label May 8, 2024
@T3P3 T3P3 added this to the 3.5.2 milestone May 8, 2024
@T3P3 T3P3 assigned dc42 May 8, 2024
@dc42
Copy link
Collaborator

dc42 commented May 25, 2024

Added a mutex so that PanelDue and HTTP don't generate an object model response concurrently. Still need to delay generating that response if insufficient buffer space available.

@dc42
Copy link
Collaborator

dc42 commented May 28, 2024

Fixed in 3.5-dev.

@dc42 dc42 closed this as completed May 28, 2024
@AlexKid007
Copy link

Hi @dc42,

today I updated my Duet2 Ethernet to Version 3.5.2. I still get disconnect and reconnect messages very frequently on web interface console page.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that has been reproduced
Projects
None yet
Development

No branches or pull requests

3 participants