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

fix undefined remoteAddress when using uws #533

Merged
merged 2 commits into from
Oct 11, 2017

Conversation

darrachequesne
Copy link
Member

The kind of change this PR does introduce

  • a bug fix
  • a new feature
  • an update to the documentation
  • a code change that improves performance
  • other

Current behaviour

The remoteAddress property is currently undefined when using { transports: [ 'websocket' ] } and uws (which is the default since Socket.IO 2.x)

New behaviour

Other information (e.g. related issues)

Fixes socketio/socket.io#2982

@darrachequesne darrachequesne changed the title fix undefined removeAddress when using uws fix undefined remoteAddress when using uws Oct 10, 2017
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.

Remote address (IP) is always undefined
1 participant