Skip to content

Commit

Permalink
fix DynamicStream blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
flowbehappy committed Aug 12, 2024
1 parent 3f8a2dd commit 6699cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dynstream/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Loop:
}

now := time.Now()
s.handler.Handle(e, signal.pathInfo.dest)
signal.pathInfo.blocking = s.handler.Handle(e, signal.pathInfo.dest)

s.donChan <- doneInfo[P, T, D]{pathInfo: signal.pathInfo, handleTime: time.Since(now)}

Expand Down

0 comments on commit 6699cdf

Please sign in to comment.