sean-roberts/Logger

sessions are not grouped properly

sean-roberts opened this issue · 0 comments

Currently, since the logs are sent every second, the session context when the log was made is not put into consideration upon sending of the data - only the context in which the logger is currently in is taken into consideration when the data is sent.

Expected: data will write to the session in which is is created under

Possible Fix: grouping of the logs by session to stop this problem

Workaround: no real work around available. However, the more common use case for this is a user setting the session for his testing. This is done once at the top - usually. So the %80 is covered