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

[chore] Refactored variables #368

Merged
merged 2 commits into from
Jan 25, 2020

Conversation

gnought
Copy link
Collaborator

@gnought gnought commented Jan 24, 2020

  • removed unused _handling var
  • initialize authorized var to false and refactor it to a private var
  • refactored parser var to a private var
  • refactored disconnected var, it is a flag to control not to send Will when DISCONNECT, and not used to reflect the connection state.

- removed unused _handling var
- initialize authorized var to false and refactor it to a private var
- refactored parser var to a private var
- disconnected var is a flag to control not to send will when DISCONNECT
- it is not used to reflect the connection state.
Copy link
Collaborator

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@gnought gnought merged commit 63116fe into moscajs:master Jan 25, 2020
@gnought gnought deleted the hotfix/make_some_vars_private branch January 25, 2020 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants