Update to 3.10.3

This commit is contained in:
2026-04-01 08:50:55 +02:00
parent f5e5d92d31
commit 1d45d307ab
35 changed files with 723 additions and 229 deletions
+1 -1
View File
@@ -373,7 +373,7 @@ private:
AwsHandshakeHandler _handshakeHandler;
bool _enabled;
#ifdef ESP32
mutable std::mutex _lock;
mutable std::recursive_mutex _lock;
#endif
public: