Crash related to FURL trimming for listen server clients

This is a follow up to [Content removed] fixed in 5.4 (db4ec85f1a84ce0fec6bdccd3f36baaa6ee12715).

We encountered a similar crash, and believe that we’ve tracked it to the same root cause, except we have a `#portal` in our url - so it looks like `…?listen#morestuff`, and neither of the replacements in the initial fix catch this. We think that adding a similar replacement as the original fix, along the lines of Replace(“?listen#”, “#”), is appropriate here.

Just reporting & looking for confirmation that this is reasonable?in reference to: [Crash in Lyra game - Client firing weapon when listen server changes [Content removed]

Hi,

Thank you for the report! I’ve opened a new issue for this, UE-305829, which should be visible in the public tracker in a day or so.

In the meanwhile, your fix does seem reasonable, but if you run into any other problems, please don’t hesitate to reach out.

Thanks,

Alex