Fixed TLS "memory allocation failure"

This commit is contained in:
Jm Casler
2022-01-05 22:12:32 -08:00
parent da7ca98f44
commit 3a17822893
4 changed files with 51 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ class WebServerThread : private concurrency::OSThread
public:
WebServerThread();
uint32_t requestRestart = 0;
protected:
virtual int32_t runOnce();