Skip to content

Fix pool overwriting user on_connect/on_disconnect callbacks#28

Merged
guisehn merged 3 commits intoTheRealReal:mainfrom
yordis:yordis/fixes-27
Mar 17, 2026
Merged

Fix pool overwriting user on_connect/on_disconnect callbacks#28
guisehn merged 3 commits intoTheRealReal:mainfrom
yordis:yordis/fixes-27

Conversation

@yordis
Copy link
Copy Markdown
Contributor

@yordis yordis commented Mar 3, 2026

Fixes #27.

Keyword.put was silently replacing user-provided on_connect/on_disconnect callbacks with the pool's internal registry hooks. Both now compose correctly.

Copy link
Copy Markdown

@orca-security-us orca-security-us Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed OSS Licenses high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

@yordis yordis force-pushed the yordis/fixes-27 branch from b4ac8a4 to a738de0 Compare March 3, 2026 06:22
@guisehn guisehn merged commit c43d715 into TheRealReal:main Mar 17, 2026
5 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.

GRPC.Client.Connection.init/1 not being cleaned up

2 participants