80O / PlusEMU

39 stars 26 forks source link

Fix for the #44 #77

Closed TheMathys closed 2 years ago

TheMathys commented 2 years ago

i think this is a client issue #44

TheMathys commented 2 years ago

Sorry, what does this solve actually? I'm failing to see how this fix does anything. (No offence)

The issue is that the openflatconnection packet is received 3 times so if one is executing the 2 others will be cancelled. (sry for my bad english)

DamienJolly commented 2 years ago

The issue is that the openflatconnection packet is received 3 times

This fix doesn't fix this issue you're referring too, did you test this fix?

TheMathys commented 2 years ago

This fix doesn't fix this issue you're referring too, did you test this fix?

Yes i have test it, it works. You can log the isLoadingRoom it will log True then False and False. This is a SWF issue.

80O commented 2 years ago

I think there is probably an underlying issue of the client being forwarded to the same room multiple times. I think that should be addressed instead of trying to resolve it this way.

80O commented 2 years ago

Closing for now. Feels like a hack and not resolving the underlying issue that causes this method to be executed multiple times.