Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sessions are not grouped properly #2

Open
sean-roberts opened this issue Aug 27, 2013 · 0 comments
Open

sessions are not grouped properly #2

sean-roberts opened this issue Aug 27, 2013 · 0 comments
Assignees
Labels

Comments

@sean-roberts
Copy link
Owner

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

@ghost ghost assigned sean-roberts Aug 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant