mkaring / Illarion-Photon-Server

Server for the online roleplaying game Illarion based on the Photon OnPremise Server.
GNU Affero General Public License v3.0
3 stars 2 forks source link

ListCharacters (AccountOperationCode 0) is sended twice #1

Open voidowl-rl opened 6 years ago

voidowl-rl commented 6 years ago

If a single request for ListCharacters (AccountOperationCode.ListCharacters = 0) is sended from an authenticated client to the server, the client will receive two identical answers from the server. In this case: Operationcode = 0 and ReturnCode = 0.

This should be reduced to a single answer.

mkaring commented 6 years ago

I tried to verify the issue using a unit test but failed. Can you provide some more details? Is there any significant delay between the messages received?