Hey, hi sorry about creating new discussion , as i was not getting reply on existing discussion i though i would make a new. I have few questions hope if someone could help answer them.
1: Hey while debugging using visual studio only 1 or 2 times i am able to create a room. Rest of the time ill get Failed to get Server instance error. How could i fix this? FYIs:
a: I'm using photon on premises server.
b: I'm running socket server using visual studio F5 command.
c: The clients are unity editors running on same machine.
d: In configuration files i have only added a plugin , all IP settings are default that is 0.0.0.0 which should do auto detection i guess.
e:Once i start getting that error ill keep getting it until i rebuild project and restart it (event that does not guarantee fix )
f: Server has no issue when deployed on remote server.
Hoping any one could share a config file for local development.
2: BroadcastEvent is triggered on server , but when on of the actor has disconnected the connected actor is unable to receive the event at all. Is there a way to debug this issue? Broadcast does not return success anything.. so i don't know if broad cast was successful.
↧