Switching user is incorrectly tracked
kucrut opened this issue · 2 comments
kucrut commented
Related to #434, when switching user using the User Switching plugin, Stream only tracks the logging out part of the first user, when it should be tracking the logging in part of the second user. Also, when switching back, Stream doesn't log anything.
shadyvb commented
Seems like user-switching plugin does it magic before Stream registers any connectors, racing condition on the 'init' hook.