If you have auto save turned on and a web socket initiates inbetween the save interval, messages captured during the interval are saved to the "_w" files in the saz file.
After the autosave is triggered, captures that happen on the same session are no saved in subsequent autosaved saz files.
(The solution being, do not remove incomplete WebSocket Sessions from the WebSessions list when AutoSaving.) I think there shouldn't be a problem with ServerSentEvents or other "normal" incomplete sessions.
HAii
(The solution being, do not remove incomplete WebSocket Sessions from the WebSessions list when AutoSaving.) I think there shouldn't be a problem with ServerSentEvents or other "normal" incomplete sessions.