load balancing - SignalR not working in farm despite synced machine keys -


i'm having same problem in thread: https://github.com/signalr/signalr/issues/2292

in short have signalr hub works in local/test environments when deploy our load balanced prod environment, error the connection id in incorrect format.

i followed advice in above thread (and in numerous other answers) , synchronised machine keys across servers in farm, still getting exact same symptoms. tried restarting iis make sure keys weren't cached, did not help. not quite sure on how proceed or debug this.

how can resolve this, or can debug , figure out real problem?


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -