circuitpython/ports/espressif/common-hal/socketpool
Scott Shawcroft 931757f4a9
Improve web workflow responsiveness
1. Run the socket select task at the same priority as CP. This is
  needed because it queues up the background work. Without it, CP
  needed to sleep to let the lower priority task go.
2. Close the active socket on disconnect. This prevents looping
  over a disconnected but not closed socket.

Fixes #6610. Fixes #6613
2022-07-26 15:29:49 -07:00
..
Socket.c Improve web workflow responsiveness 2022-07-26 15:29:49 -07:00
Socket.h Add socket select task to wake CP 2022-07-13 17:35:35 -07:00
SocketPool.c Add socket select task to wake CP 2022-07-13 17:35:35 -07:00
SocketPool.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30
__init__.c Wi-Fi autoconnect and title bar status 2022-06-09 14:55:54 -07:00
__init__.h rename left over esp32s2 to espressif 2021-09-18 19:42:18 +05:30