Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
irvingoujAtDevolution committed Feb 7, 2024
1 parent 9f8f960 commit 5a0fd36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tcp_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ fn main() -> std::io::Result<()> {
fn main() -> std::io::Result<()> {
use polling::Event;
use std::{io::Write, time::Duration};
use std::io;

std::thread::spawn(|| {
let listener = std::net::TcpListener::bind("0.0.0.0:8080").unwrap();
Expand Down

0 comments on commit 5a0fd36

Please sign in to comment.