Skip to content

fix(concurrency): fix srcinb load not terminating - #14

Merged
ooemperor merged 1 commit into
mainfrom
development
Mar 10, 2026
Merged

fix(concurrency): fix srcinb load not terminating#14
ooemperor merged 1 commit into
mainfrom
development

Conversation

@ooemperor

Copy link
Copy Markdown
Owner

This pull request makes a minor adjustment to the runSrcInb method in Runner.go to streamline the execution of source inbound processing when running in parallel mode.

  • Removed the unnecessary wg.Add(1) call before launching the goroutine, since the wait group is already handled elsewhere.

@ooemperor
ooemperor merged commit c02f131 into main Mar 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant