Powerserver 2022 (i assume PS 2021 has the same problem?)
"If an installable cloud application is closed by the halt {CLOSE} method, the session occupied by an installable cloud app cannot be released properly. You will have to restart PowerServer to release the user sessions."
Are there any workarounds for this bug in powerserver? restarting powerserver is not a reasonable workaround.
It seems to me that if i do a halt close that should still run the close event in powerserver. Then in the close event, can't i simply call the KILL session api to kill my own session? Would that work (clear out the user session)? I would not want any error message about the session being killed since the kill session would be the last thing to run
I wish the notes had said that it was expected to be fixed, (and updated on the website that it was) as i spent a fair bit of time trying to figure out a work around.