Skip to content

Bugfix: fixed the following bugs#228

Merged
helloopenworld merged 1 commit intotrpc-group:mainfrom
chhy2009:fix_bug
Apr 16, 2026
Merged

Bugfix: fixed the following bugs#228
helloopenworld merged 1 commit intotrpc-group:mainfrom
chhy2009:fix_bug

Conversation

@chhy2009
Copy link
Copy Markdown
Contributor

  • fixed the issue where the timer memory managed by PeripheryTaskScheduler was not released correctly when the program exited
  • fixed the issue where fiber worker threads might only run on a few CPU cores in a container environment with strict CPU affinity binding
  • fixed the coredump issue during HTTP streaming client connection cleanup
  • Update the connection active time when reading data from the socket to prevent connection disconnection due to long packet reception time

@chhy2009 chhy2009 force-pushed the fix_bug branch 2 times, most recently from 9eeae40 to 5dcad6f Compare October 27, 2025 06:33
@chhy2009 chhy2009 closed this Apr 15, 2026
@chhy2009 chhy2009 reopened this Apr 15, 2026
- fixed the issue where the timer memory managed by PeripheryTaskScheduler was not released correctly when the program exited
- fixed the issue (trpc-group#229) that potential crash in PeripheryTaskScheduler due to accessing an empty task queue on program exit
- fixed the issue where fiber worker threads might only run on a few CPU cores in a container environment with strict CPU affinity binding
- fixed the coredump issue during HTTP streaming client connection cleanup
- Update the connection active time when reading data from the socket to prevent connection disconnection due to long packet reception time
@helloopenworld helloopenworld merged commit 43b04ef into trpc-group:main Apr 16, 2026
8 of 9 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.

2 participants