From 195018c4236384731a096bb7dfe4f0efb57e4c5b Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 27 Dec 2024 00:45:50 +0100 Subject: [PATCH] fix --- warpgate-common/src/types/listen_endpoint.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warpgate-common/src/types/listen_endpoint.rs b/warpgate-common/src/types/listen_endpoint.rs index 8bb9cd9b..683adee7 100644 --- a/warpgate-common/src/types/listen_endpoint.rs +++ b/warpgate-common/src/types/listen_endpoint.rs @@ -61,7 +61,7 @@ impl ListenEndpoint { .into_iter() .map(TcpListenerStream::new), ) - .flatten()) + .flatten_unordered(None)) } pub fn port(&self) -> u16 {