Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Opening a TCP connection when having a running BEARSSL connec…
…tion leads to a conflict. BearSSLClient is injected with tcpClients[0], but if a new TCP connection is requested than tcpClients[0] is assigned to the new connection which is of course a conflict with BearSSL which needs this very same WiFiClient instance.
- Loading branch information