Disconnect by timeout during Debug

Hi, there!
During debug when program stays at breakpoint longer than MaximumTimeout Photon Engine drops connection. How to prevent this?
We are using Photon 2.2.2. Connection established over TCP/IP
-Ilya
During debug when program stays at breakpoint longer than MaximumTimeout Photon Engine drops connection. How to prevent this?
We are using Photon 2.2.2. Connection established over TCP/IP
-Ilya
0
Comments
We will take a look at it but it might well be that we can't change it due to the way the framework runs. I'm not sure though.
As workaround: You could work more with trace points (just print something). You would get the info needed and have the program running.
More options are described in the photon-configuration.pdf (in server SDK in /doc).