Skip to content

Commit

Permalink
some improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ikod committed Sep 22, 2019
1 parent 162f5da commit 2edc6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/hio/loop.d
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ unittest {
tracef("server listen on %d", server.fileno());
server.bind("0.0.0.0:16000");
server.listen();
server.accept(loop, &server_handler);
server.accept(loop, Duration.max, &server_handler);

loop.startTimer(new Timer(50.msecs, (AppEvent e) @safe {
client = new hlSocket();
Expand Down

0 comments on commit 2edc6f6

Please sign in to comment.