Do Photon Clients have time-outs and a way to disable them?

in DotNet
When I debug my code with breakpoints, the Client disconnects from the server after some time. I was thinking it probably has a time-out or something.
Can I disable this somehow just for debugging?
Can I disable this somehow just for debugging?
0
Comments
-
You can't disable the timeout for the Public Cloud. But you can easily run a server locally (no need to compile anything, you just need the server SDK) and then follow these instructions:
https://doc.photonengine.com/en-us/onpremise/current/operations/debugging0 -
So this lets me use my own local server that is not on the photon cloud?
That will be very handy for debugging. I will try it out soon.0