Describe the bug
When I run a Go server with Stateless=false (the default)
Client: server/discover with 2026-07-28 metadata
Server: DiscoverResult { supportedVersions: ["2025-11-25", ...] }
Client: no mutually supported modern version, so fall back to initialize
This is a bit odd that we are using 2026-07-28 methods but then claiming we don't support 2026-07-28. I would expect an UnsupportedProtocolVersionError to be returned instead?
Describe the bug
When I run a Go server with Stateless=false (the default)
This is a bit odd that we are using
2026-07-28methods but then claiming we don't support2026-07-28. I would expect an UnsupportedProtocolVersionError to be returned instead?