Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

ZKSessionExpireListener - HandleStateChanged error in code #80

Open
ofirzaibert opened this issue Sep 14, 2016 · 0 comments
Open

ZKSessionExpireListener - HandleStateChanged error in code #80

ofirzaibert opened this issue Sep 14, 2016 · 0 comments

Comments

@ofirzaibert
Copy link

In ZKSessionExpireListener.cs - HandleStateChanged method the condition for the new state seems to be reversed.

The condition is "if (newState != Disconnected)" and then the code inside refers to the new state being a disconnected connection. The condition should be "if (newState == Disconnected)"

untitled

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant