Hi
Can someone confirm that the following is correct please?
Web client uses SignalR to connect to the Harmony Core dotnet core application on IIS in our case.
Harmony Core app uses SSH to connect to our HCHOST.DBR on Linux.
We have four scenarios for exiting the web application.........
- Navigate away from the app to a different website.
- Close the browser tab.
- Click our logout option.
- Close the browser.
All of the above options fire the OnDisconnectedAsync event and then call our backend subroutine to tidy up licenses etc. Perfect so far.
The problem we have is that somehow the web app is being closed but the SSH and HCHOST.DBR are still live on the Linux box.
We cannot replicate this on our development and testing servers but it is happening often on customer site.
Can anyone please suggest anything to help us understand how this can be happening?
Thanks
Hi
Can someone confirm that the following is correct please?
Web client uses SignalR to connect to the Harmony Core dotnet core application on IIS in our case.
Harmony Core app uses SSH to connect to our HCHOST.DBR on Linux.
We have four scenarios for exiting the web application.........
All of the above options fire the OnDisconnectedAsync event and then call our backend subroutine to tidy up licenses etc. Perfect so far.
The problem we have is that somehow the web app is being closed but the SSH and HCHOST.DBR are still live on the Linux box.
We cannot replicate this on our development and testing servers but it is happening often on customer site.
Can anyone please suggest anything to help us understand how this can be happening?
Thanks