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

WSError(type: Starscream.ErrorType.protocolError, message: "", code: 1000) #29

Open
jasin755 opened this issue Feb 2, 2018 · 1 comment

Comments

@jasin755
Copy link

jasin755 commented Feb 2, 2018

I got this error code when I was using websocket transport and I don't know why. When I had used servertransport it worked.

@vkedwardli
Copy link

Facing the same problem, seems my SignalR server is expecting clientProtocol=1.5 during connection, so I have set the version to 1.5 in my own HubConnection, and add the clientProtocol param in WebSocketTransport

You may refer to this commit:
vkedwardli@a4248b6

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

No branches or pull requests

2 participants