Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 26, 2024
1 parent f3d2ded commit 195018c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warpgate-common/src/types/listen_endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl ListenEndpoint {
.into_iter()
.map(TcpListenerStream::new),
)
.flatten())
.flatten_unordered(None))
}

pub fn port(&self) -> u16 {
Expand Down

0 comments on commit 195018c

Please sign in to comment.