DVLP / signalr-no-jquery

120 stars 77 forks source link

Error: You are using a version of the client that isn't compatible with the server #24

Closed doreentseng closed 4 years ago

doreentseng commented 7 years ago

I'm using signalr-no-jquery with reactJS. It shows the exception "Error: You are using a version of the client that isn't compatible with the server. Client version 1.5, server version 1.4." but when I use signalR without signalr-no-jquery in jquery, it works fine.

How do I deal with it?

DVLP commented 7 years ago

Interesting. Is that an error coming from the server and displayed by client or is it generated by client?

doreentseng commented 7 years ago

@DVLP It's from the server and displayed by client. In connection.fail(function(reason){}).

DVLP commented 7 years ago

Can't you update singlar version on the server?

sorenhoyer commented 6 years ago

Same error here: doesn't work for the latest Microsoft.AspNetCore.SignalR v.1.0.0-alpha2-final

However this works fine: https://github.com/aspnet/SignalR