Skip to content

Commit

Permalink
only one Mojo::IOLoop::Stream object is created
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 11, 2018
1 parent a19b1cc commit 47e2556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -391,7 +391,7 @@ Get L<Mojo::IOLoop::Server> object for id or turn object into an acceptor.
my $id = $loop->client({address => '127.0.0.1', port => 3000} => sub {...});
Open a TCP/IP or UNIX domain socket connection with L<Mojo::IOLoop::Client> and
create L<Mojo::IOLoop::Stream> objects, takes the same arguments as
create a L<Mojo::IOLoop::Stream> object, takes the same arguments as
L<Mojo::IOLoop::Client/"connect">.
# Connect to 127.0.0.1 on port 3000
Expand Down

0 comments on commit 47e2556

Please sign in to comment.