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

Fix delayed sending of websocket messages #2782

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented May 31, 2024

Fixes #2780 by kicking TCP when messages are queued. Without this messages are sent lazily by lwip stack.

@SmingHub SmingHub deleted a comment from what-the-diff bot May 31, 2024
@slaff slaff added this to the 5.2.0 milestone Jun 1, 2024
@slaff slaff merged commit a902196 into SmingHub:develop Jun 1, 2024
46 checks passed
@mikee47 mikee47 deleted the fix/websocket-send-delay branch June 1, 2024 06:58
mikee47 pushed a commit to mikee47/Sming that referenced this pull request Jun 2, 2024
* feature/idf-5.2-default:
  Extend esp32 library tests to include missing variants plus IDF 4.4, 5.2
  Fix uf2conf regex warning
  Add tips to vscode documentation
  Use arm toolchain and gdb multiarch from repo for rp2040
  Update installed toolchain for Esp8266 to latest (Feb 23)
  Install Esp32 IDF version 5.2 by default.
  Fix delayed sending of websocket messages (SmingHub#2782)
@slaff slaff mentioned this pull request Jul 4, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Websocket server has big delay when sending messages
2 participants