Is it recommended that I always send a operation response?

Options
storm33229
edited April 2013 in Photon Server
Is it recommended that I always send a operation response? In my case I send a move operation for an entity. Then the server will notify the relevant peers of the move (including the operation sender). Do I still need to send an operation response?

Comments

  • chvetsov
    Options
    No
    You need to think about operations as about RPC calls. Some of them can return value some of them not. So, the answer is : it is upto you
  • chvetsov wrote:
    No
    You need to think about operations as about RPC calls. Some of them can return value some of them not. So, the answer is : it is upto you

    Perfect. Thanks :)