Sentinel
Sentinel copied to clipboard
fix window deprecated check
The logic for determining whether the window has expired is incorrect.
The window time range is [startTime, startTime + interval).
FYI #568
时间窗口的范围: [startTime, startTime + interval),startTime + interval 已经是下一个窗口的起点,所以不需要使用 >= 比较,原处理逻辑貌似没啥问题。