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
fix: generate unique client_id per connection by default
handshake() previously defaulted to client_id=0, so every Python client
registered under the same id and the server's per-client logs, traces,
and metrics collapsed them into one. Generate a random non-zero 63-bit
id when the caller does not provide one.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments