You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately lags and hanging continue. Now I think that this is somehow correlated with other wifi tasks on device.
Computer is connected to esp8266 access point.And for example when computer looking for other wifi network from time to time, websockets lags a little bit in the same time.
Do you think that this is possible? Is any possibility to avoid such things?
for serial try to use this: #61 (comment)
sending a packed on every new line generates many overhead, whit a time based way (see link) I have get better results.
I have a strange issue. I'm resending all data from serial device using your websocket library. This data are strings about 10 times per second.
I'm using nodemcu esp8266 and sometimes esp8266 freeze for about 1-2 second and then start sending again.
This is code from my loop:
`
void loop() {
}
`
Do you know maybe what can be responsible for these freezes?
The text was updated successfully, but these errors were encountered: