Skip to content

on esp32 cam board using mongoose as client to send websocket data to server,too slow #1820

Discussion options

You must be logged in to vote

Unless you absolutely need to broadcast the same data to several consumers (and even so, MQTT would probably be faster by just sending it once...) I would use the connection event handler and send data on MG_EV_WRITE
https://mongoose.ws/documentation/#events
Besides that, you may be having WiFi (RF) issues.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by scaprile
Comment options

You must be logged in to vote
4 replies
@scaprile
Comment options

@mnicnt
Comment options

@scaprile
Comment options

@mnicnt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants