-
Notifications
You must be signed in to change notification settings - Fork 34
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
DefaultExtension refuses handshake #20
Comments
It worked for me after adding:
and updating asp core to 2.1 |
@santhoshpulliman After some updates on server or on mobile app I have again this error: |
@santhoshpulliman I used it but the problem still exists. I think it can be connected with logic of connection. For example this code I often see after my request to signalr server. |
@santhoshpulliman it's needed some development in socket library. Please look at this: Also I found this: I have some feelings that it may be connected with something in socket. If I connect 1st time - I load content without problems. But If I request the second call within 1 minut then "close" event fires. If you have any idea please share it here. This task is my actual. Thank you in advance. |
@santhoshpulliman I found my mistake. Sorry for the inconvenience. Mistake in my android app architecture. When I call a method from functions in main activity - it's ok. But if I call it from alert - "close" event in mConnection fires. Sorry to all who read it. I can delete these messages if you want. idk how to do. |
Hello. Again me. If someone is interested in how I build architecture, then I answer - abstract base activity from here: |
@ivanov84 how you fixed this issue?, the library has no support over 8 months and i'm trying to use it with net core signalr |
WebSockets: Closed. Code: 1002, Reason: draft Draft_6455 extension: DefaultExtension refuses handshake, Remote: false
why?
The text was updated successfully, but these errors were encountered: