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
logger.log("debug","Buffer received doesn't contain LOO (76,79,79)",inputBuffer)
21
+
returnfalse
22
+
}
23
+
if((inputBufferLength-offset)<40){
24
+
logger.log("debug",`Buffer received too short - length is ${inputBufferLength} and offset is ${offset} so there is not 40 after the offset`,inputBuffer)
0 commit comments