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

Update to ws 3.x API #36

Closed
wants to merge 3 commits into from

Conversation

stefanb2
Copy link

@stefanb2 stefanb2 commented Nov 8, 2017

ws 3.x has a breaking API change that reduces memory usage. See websockets/ws#1099.

Only minor changes are required to koa-websocket code.

@stefanb2 stefanb2 changed the title Update to ws 3.x api Update to ws 3.x API Nov 8, 2017
To reduce memory usage ws replaced the socket.updateReq property with
2nd argument to the connection event [1]

[1] websockets/ws#1099
@stefanb2 stefanb2 force-pushed the topic-update-to-ws-3.x-api branch from b5bb0b8 to 9b6c2ba Compare November 10, 2017 21:29
@kudos kudos closed this May 21, 2018
@stefanb2 stefanb2 deleted the topic-update-to-ws-3.x-api branch May 22, 2018 12:36
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