add unlock

This commit is contained in:
William Banfield
2022-08-03 16:20:06 -04:00
parent f859f5ef6e
commit c764cebbe7

View File

@@ -871,6 +871,7 @@ func (cs *State) handleMsg(mi msgInfo) {
// feels likely
cs.Logger.Info("handlemsg Lock")
cs.mtx.Lock()
cs.Logger.Info("handlemsg Locked")
defer cs.Logger.Info("handlemsg Unlock")
defer cs.mtx.Unlock()
var (