Time interval between clients

Hi! I'm trying to get the time interval between one client and others by sendind my time as a milliseconds to other clients and printing their time as a milliseconds. The time difference between them is about 250 milliseconds. Is this normal? If not what should I do? I'm still learning how to use photon.

Thanks =)

Comments

  • It could be normal, depending on where you are and where the servers are which you use.
    Also, it depends on any local lag you add. If you create the timestamp some time, then send it some time later on (in a fixed interval, not linked with sending), this adds lag. The same is valid for the timespan between receiving a message and dispatching it.
  • I'm working on local, where the server is and I didn't use timestamp. Thanks for quick reply=)