-
Notifications
You must be signed in to change notification settings - Fork 5
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
Logout does not happen #30
Comments
Some help from IRC:
Quoting from Perldoc:
|
Is there a way to reproduce the scenario? To some degree, I'm not sure what can be possible. For example, if the network is lost, and no log out occurs, there's not much that the client can do to address this, etc |
My understanding is that it will happen sometimes - the issue is the non-deterministic destroying of objects in the global destroy phase. |
Looks like the fix for #26 might not have addressed the root cause.
Seeing an issue where DEMOLISH is being called, but $ua is not present there, thus logout does not happen.
Commenting out "return unless ($ua);" doesn't fix the logout issue (obviously), but it also does not produce any errors.
The text was updated successfully, but these errors were encountered: