bp2008 / ui3

A powerful, modern HTML5 web interface for Blue Iris.
GNU Lesser General Public License v3.0
120 stars 18 forks source link

Make session recovery more robust #121

Open bp2008 opened 1 year ago

bp2008 commented 1 year ago

It is still possible for session recovery to be delayed and for the clip/alert list to go into an unloaded state or something.

Test session failures in H.264 and jpeg video streams, camera list loading, clip/alert list loading, and timeline data loading. I should be able to get the "session loss" detection to be much faster. Perhaps I can even do this at a low level, e.g. in the ExecJson method, so that it doesn't need to have code in as many higher-level places.