You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
147313: rpc: use rpcConn as stream pool generic constraint r=cthumuluru-crdb a=cthumuluru-crdb
Previously, stream pools used `any` as their generic type constraint. This commit updates the constraint to `rpcConn`, which is a more suitable and type-safe choice for RPC connections.
Fixes: none
Epic: CRDB-48923
Release note: none
Co-authored-by: Chandra Thumuluru <[email protected]>
0 commit comments