Tinkerforge / esp32-remote-access

Server side of the remote access for Tinkerforge Warp-Chargers.
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Poll smoltcp event driven #1

Open ffreddow opened 9 months ago

ffreddow commented 9 months ago

Atm there is an interval polling the smoltcp socket. It would be more efficient when we have an optional handle in the WgTunDevice that polls every time a new ws message is received.

ffreddow commented 5 months ago

Until now I did not run into performance issues so this is probably low priority.