Closed jmsadair closed 10 months ago
This fixes a race between Stop and InstallSnapshot that caused deadlock occasionally. I believe there is still a remaining issue with transport that can cause deadlock in rare scenarios, but that will be fixed in another PR.
Stop
InstallSnapshot
transport
This fixes a race between
Stop
andInstallSnapshot
that caused deadlock occasionally. I believe there is still a remaining issue withtransport
that can cause deadlock in rare scenarios, but that will be fixed in another PR.