Add note about reconnection being insufficient currently

This commit is contained in:
Dean Herbert 2022-02-15 19:08:32 +09:00
parent 5ff4d3f8e5
commit cff6f85472

View File

@ -94,6 +94,7 @@ namespace osu.Game.Online.Spectator
// re-send state in case it wasn't received
if (IsPlaying)
// TODO: this is likely sent out of order after a reconnect scenario. needs further consideration.
BeginPlayingInternal(currentState);
}
else