I'm having problems translating this into a working Delphi solution, I tried using TsgcWebSocketClient / TsgcWSAPI_SignalR and TsgcWebSocketClient / TsgcWSAPI_SignalRCore but all i get is a "HTTP/1.1 404 Not Found" while other .Net apps can connect. I'm using the SignalR demo and i'm not sure where to search solution.
I do not have acces to the server code which makes this a rather complicated question for you.
If you have anything I would appreciate any help or tips in this one.
I'm going to ask for server implementation, and might not get it as its "protected" source, mayby some fragments would suffice
I've reviewed your client and it's using the SignalRCore connection, so use the TsgcWSAPI_SignalRCore class. Additionally, the client always uses negotiation (I've added a new property for the next release to skip the negotiation, but the current trial doesn't include this feature), so try using the following properties: