Release note:
To check the next packet before push data into RING.
We found that sometimes the data RING shows a big spike and then lost data.
This issue was caused by packet loss.
The corrupted packets have contained the header of the next packet so that it could not be parsed correctly.
To fix this issue, we modify the module.
The module would check the next packet and make sure the packet was not corrupted, then push data to the RING.
So the delay time will increase 1 second.
(請參閱附件檔:palert2ew_201912.zip)