Skip to content

Commit e31dbf6

Browse files
committed
chore: 保持一致
1 parent 19ec359 commit e31dbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_event_loop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func (loop *ClientEventLoop) createConn(fd int, safeConns *core.SafeConns[Conn],
7777
return newConn(
7878
fd,
7979
safeConns,
80-
nil, // 客户端模式不需要任务池
80+
loop.MultiEventLoop.localTask,
8181
TaskTypeInEventLoop,
8282
eventLoop,
8383
loop.MultiEventLoop.options.eventLoopReadBufferSize,

0 commit comments

Comments
 (0)