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

ZKSessionExpireListener - HandleStateChanged error in code #80

Description

@ofirzaibert

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions