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

Support WebSockets on Linux #625

Closed
roncain opened this issue Dec 11, 2015 · 2 comments
Closed

Support WebSockets on Linux #625

roncain opened this issue Dec 11, 2015 · 2 comments
Assignees
Labels
Linux An issue specific to Linux.
Milestone

Comments

@roncain
Copy link
Contributor

roncain commented Dec 11, 2015

WebSockets does not yet work on Linux because the implementation of WebSockets.Client is currently only a stub. Issue https://github.com/dotnet/corefx/issues/2486 tracks implementing it. Once fixed, we need to remove [ActiveIssue] from any tests assigned to this current issue.

@roncain
Copy link
Contributor Author

roncain commented Dec 11, 2015

Note: this issue is referenced in several [ActiveIssue] attributes in tests. Please don't close it without also modifying those [ActiveIssues].

@zhenlan zhenlan added this to the Future milestone Dec 15, 2015
@zhenlan zhenlan added Linux An issue specific to Linux. and removed Ubuntu labels Mar 30, 2016
@mconnew
Copy link
Member

mconnew commented Jul 11, 2016

This is blocked by dotnet/corefx#9985. The tests appear to succeed, the issue is with closing the WebSocket.

@mconnew mconnew self-assigned this Jul 11, 2016
mconnew added a commit that referenced this issue Jul 26, 2016
Use WebSockets pkg version supported on unix and enable tests

Fixes #625 
Fixes #420
@zhenlan zhenlan modified the milestones: 1.1.0, Future Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Linux An issue specific to Linux.
Projects
None yet
Development

No branches or pull requests

5 participants