FortnitePortingServerUnreal
FortnitePortingServerUnreal copied to clipboard
[Unreal] FListenServer::Run() continues to run after module should have shutdown
The FListenServer::Run()
method seems to be continuing to listen for client/server communication even after the editor module should have shutdown. This causes the editor to become stuck in a "phantom" state upon exiting, where the editor process still exists and never fully quits.