Skip to content

Live host still running on Linux backend when web client has closed. #392

@shiblydangdang

Description

@shiblydangdang

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.........

  1. Navigate away from the app to a different website.
  2. Close the browser tab.
  3. Click our logout option.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions