I am trying to create a console app with SignalR communication.
I have tried this SO answer, I followed the steps and I recive the following error:
There was an error opening the connection:System.InvalidOperationException: You are using a version of the client that isn't compatible with the server. Client version 2.1, server version 1.0.
The error occures at client side.
I am using .NET Framework 4.7.2
any suggesions?
NOTE that's a console app not a web app so I don't have web.config
file