Not long ago, I was puzzled as to why clients were not triggering any server-side code. No one had an answer, but after some more investigation, I discovered that the clients do actually get registered on the server. When I override the onConnect method on the hub, it does get called when expected.
However, the custom method Connect still refuses to fire. Does anyone have any insights into what might be causing this issue?
For the original post and code, visit: SignalR 2.0 Serverside methods wont get fired