Skip to content

Commit

Permalink
Try ipv4 only
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Sep 1, 2023
1 parent 664041a commit 7405cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/net/_test.pony
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class \nodoc\ _TestTCP is TCPListenNotify
h.expect_action("client create")
h.expect_action("server accept")

h.dispose_when_done(TCPListener(TCPListenAuth(h.env.root), consume this))
h.dispose_when_done(TCPListener.ip4(TCPListenAuth(h.env.root), consume this))
h.complete_action("server create")

h.long_test(300_000_000_000)
Expand Down

0 comments on commit 7405cc1

Please sign in to comment.