You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAB-4899] don't use syscall for writing out peer pid
Its probably OK to not have to lock the peer PID file while
writing the PID to it. Using `syscall.Flock` etc to do this
causes failure on Windows platforms.
patch 1
. removed the file removal in case it belongs to a running server
(was in two minds about it... we will overwrite but why remove
unnecessarily...)
Change-Id: I6347ac744eeaa8114728d5357bfaa2292525db15
Signed-off-by: Srinivasan Muralidharan <[email protected]>
0 commit comments