We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
39e8a7b
server: set and advertise max frame size of 16KB (#3018)
grpclb: fix deadlock in grpclb connection cache (#3017)
Before the fix, if the timer to remove a SubConn fires at the same time NewSubConn cancels the timer, it caused a mutex leak and deadlock.