Thanks for the bug report. This is fixed: https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.20.1
On Thursday, March 5, 2020 at 12:51:20 PM UTC-8, Mark Wardle wrote: > > So this is now fixed. For anyone else who encounters this with golang > protobuf 1.20 APIv2, I modified go.mod to include the latest release from > github as a temporary fix: > > google.golang.org/protobuf v0.0.0-20200305173516-13e7f145cc57 > > instead of > > google.golang.org/protobuf v1.20.0 > > because this deadlock fixed in commit : > See > https://github.com/protocolbuffers/protobuf-go/commit/13e7f145cc5761dc68252f725d240d04b641b01d > > It's basically a deadlock on registration / initialisation of a > descriptor. > > Mark > > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/16504333-7098-46b7-91af-4f10b1d86bbf%40googlegroups.com.
