Skip to content
This repository was archived by the owner on Jun 1, 2021. It is now read-only.

Commit 7d7cea5

Browse files
committed
fix callback invoke
1 parent c698804 commit 7d7cea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/server_ev_spec.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe(
107107
sock:close()
108108
end),sock:getfd(),ev.WRITE)
109109
if connected then
110-
connect_io:callback(loop,connect_io)
110+
connect_io:callback(connect_io)
111111
else
112112
connect_io:start(loop)
113113
end

0 commit comments

Comments
 (0)