Hi, I am trying to create a Photon Server Application from scratch, but I got stuck at S2S communication.
I am able to set up the connection, initialize encryption and event send operations using the peers (in both ways I always receive "OK" as send result), but OnOperationRequest is never called on the receiving peer. Even though in my log, I can find the exact piece of data, which is my operation request:
OperationData - PBase.OnReceive - ConnID=2, data=(47 bytes) F3-02-04-00-02-.....
What am I doing wrong?
I am able to set up the connection, initialize encryption and event send operations using the peers (in both ways I always receive "OK" as send result), but OnOperationRequest is never called on the receiving peer. Even though in my log, I can find the exact piece of data, which is my operation request:
OperationData - PBase.OnReceive - ConnID=2, data=(47 bytes) F3-02-04-00-02-.....
What am I doing wrong?