We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fea63e commit 1df10e1Copy full SHA for 1df10e1
1 file changed
plc4go/spi/default/DefaultCodec.go
@@ -401,6 +401,7 @@ mainLoop:
401
workerLog.Debug().Stringer("processingTime", processingTime).Msg("no need to sleep") // we use stringer instead of Dur to have it a bit more readable
402
}
403
workerLog.Trace().Msg("receive mainloop cycle")
404
+ lastLoopTime = time.Now()
405
406
// Guard against empty expectations
407
m.expectationsChangeMutex.RLock()
0 commit comments