Typed nil prevents correct nil checks in interceptors · Issue #827 · connectrpc/connect-go
Describe the bug connect-go internally uses typed nil, which causes issues when performing a nil check in an interceptor. Since the returned value is a typed nil, a standard if value == nil check d...