Files
seaweedfs/weed
James Hartig 91e4eca1e9 Fix deadlock with KeepConnected and SendHeartbeat
There's the potential where we're writing to a clientConn and it goes away
and we're stuck keeping a read lock on clientChansLock. This causes
KeepConnected to not be able to remove the client since it requires a write
lock on clientChansLock. This ends up backing up SendHeartbeat because it
can't get a read lock.
2020-09-21 22:41:38 -04:00
..
2020-09-20 15:38:59 -07:00
2020-09-17 21:50:52 -07:00
2019-01-10 17:17:32 +08:00
2020-07-10 10:08:36 +08:00
2020-02-25 22:23:59 -08:00
2020-09-17 06:46:51 -07:00
2019-10-09 00:03:18 -07:00
2020-09-12 04:08:03 -07:00
2020-09-21 17:34:38 -07:00
2020-09-20 15:40:49 -07:00
2018-10-07 21:42:57 -07:00
2018-10-07 21:42:57 -07:00
2020-09-20 15:38:59 -07:00
2020-09-20 16:00:01 -07:00
2020-09-13 21:25:51 -07:00