We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey Dsuryd,
Trying to run and test this this repository and we are working up to login which then fails dramatically with the following errors:
Client output: 11:24:13 AM: This client may be attempting to connect to an incompatible SignalR .NET Core server.
Server Output: Request starting HTTP/1.1 GET http://192.168.1.16:5000/signalr/negotiate?clientProtocol=1.5&connectionData=%5B%7B%22name%22%3A%22dotnetifyhub%22%7D%5D application/json; charset=UTF-8 info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2] Request finished in 0.0984ms 200
Thanks
The text was updated successfully, but these errors were encountered:
Yes, both the library and the react native example need update. It's in the works.
Sorry, something went wrong.
Try v3.3.1.
No branches or pull requests
Hey Dsuryd,
Trying to run and test this this repository and we are working up to login which then fails dramatically with the following errors:
Client output:
11:24:13 AM: This client may be attempting to connect to an incompatible SignalR .NET Core server.
11:24:13 AM: SignalR: reconnecting
11:24:13 AM: SignalR: connecting
11:24:13 AM: SignalR: connecting
11:24:13 AM: SignalR: reconnecting
11:24:13 AM: SignalR: Error during negotiation request.
11:24:13 AM: SignalR: disconnected
11:24:13 AM: SignalR: disconnected
11:24:14 AM: Stopping packager...
11:24:14 AM: Packager stopped.
Server Output:
Request starting HTTP/1.1 GET http://192.168.1.16:5000/signalr/negotiate?clientProtocol=1.5&connectionData=%5B%7B%22name%22%3A%22dotnetifyhub%22%7D%5D application/json; charset=UTF-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 0.0984ms 200
Thanks
The text was updated successfully, but these errors were encountered: