User1937187159 posted
Yes we are using ARR Affinity but the calls to new the new API are working. It is only the hub which is failing due to new methods. Further more instance ID's and thus the value of the cookie do not change when using slot deployment. I guess that slots routing
is done after ARR selection and every instance will have its slots.
Perhaps it is the backplane connection from SignalR Service to the web application that is using a different technology and keeps connections open for a longer time. But then again after deployment the clients do reconnect to the API. And thus a new connection
ID is created. The only thing I can come up with is that the ClientId which remains the same for every user is linked to a server internally.
Anyway your remark made me think why we are still using this ARR Affinity. I think we will remove it anyway as it serves no purpose any more.