Hello,
I'm trying to implement user rejoin after random disconnect and I'm not sure how to fix an issue.
The issue: I don't know how many messages (RPC calls) the disconnected user has received and what i have to resend.
A fix would be to basically double the message number(for every message sent call a Message Received RPC), on user reconnect resend the messages with no "received" RPC.
This solution sounds a bit extreme to me. Is there any other way to do this?
Thanks for any replies.
I'm trying to implement user rejoin after random disconnect and I'm not sure how to fix an issue.
The issue: I don't know how many messages (RPC calls) the disconnected user has received and what i have to resend.
A fix would be to basically double the message number(for every message sent call a Message Received RPC), on user reconnect resend the messages with no "received" RPC.
This solution sounds a bit extreme to me. Is there any other way to do this?
Thanks for any replies.