-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Networking, Server Discovery and Monitoring
-
None
The heartbeat method uses a context.Background() for two of its network operation which effectively lets a heartbeat wait forever. This can cause an issue for disconnecting clients that are waiting to send an empty struct on the done channel.