SteamAuthHandlerComponent crash for client after exit

if it is only my problem, i will clear and restart my project.
steamauthhandlercomponent occur crash after exit on client side.

for debugging, engine exit flow shutdown netdriver->onlinesubsystem.
client netdriver don’t clean up handler otherwise server side.
so, after onlinesubsystemsteam shutdown, by closed steam api, steamauthhandlercomponent occur crash.

in addition, on onlinesubsystemsteam shutdown function, during clear interface.
ensuring check interface is referencing unique. if steamauthhandlercomponent is active, it also log warning it’s not unique.

is it only my problem?