From 8f41ec9cd1fddd927b11a93df8758d4117efd2a7 Mon Sep 17 00:00:00 2001 From: Rodrigo Alfonso Date: Tue, 31 Oct 2023 23:01:20 -0300 Subject: [PATCH] Updating EndHost docs --- docs/wireless_adapter.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/wireless_adapter.md b/docs/wireless_adapter.md index bca1551..be5b672 100644 --- a/docs/wireless_adapter.md +++ b/docs/wireless_adapter.md @@ -256,7 +256,6 @@ Whenever either side expects something to be sent from the other (as SPI is alwa ⚠️ This allows to "close" the session and stop allowing new clients, but also keeping the existing connections alive. Sends and Receives still work, but: -- Clients cannot find the broadcast anymore. - Clients cannot connect, even if they already know the host ID (`FinishConnection` will fail). - Calls to `AcceptConnections` on the host side will fail.