Itβs called overflowing, which is a number supposed to be a positive integer becomes -1 when it gets too big. For instance, int16 only supports 65535 as max, so when you have more than 65536 missing calls, it turns into -1.
Itβs called overflowing, which is a number supposed to be a positive integer becomes -1 when it gets too big. For instance, int16 only supports 65535 as max, so when you have more than 65536 missing calls, it turns into -1.