Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: ensure commandSocket is set before retrieving ip address of connection #222

Merged
merged 1 commit into from
Dec 8, 2020
Merged

Conversation

techmunk
Copy link
Contributor

@techmunk techmunk commented Dec 8, 2020

IP address of connection is always undefined, as this.ip is called before this.commandSocket is set, which is what the ip getter relies on for finding the IP address.

Copy link
Contributor

@matt-forster matt-forster left a comment

Choose a reason for hiding this comment

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

Nice, thank you very much!

@matt-forster matt-forster added the bug A defect or bug that affects the original indended use of the application label Dec 8, 2020
@trs trs merged commit 4cd88b1 into QuorumDMS:master Dec 8, 2020
@botovance
Copy link
Contributor

🎉 This PR is included in version 4.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug A defect or bug that affects the original indended use of the application released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants