Offline Server Listing implementation for offline Lobby Room using Photon Bolt

How Offline server listing can be implemented using Photon Bolt (Lan Broadcasting).
At present I am unable to update session list, whenever the any IP drops from the network.
If it can be done with Tokens, then would like to know how exactly.

Comments

  • What I did is our school has a shared drive and all i did is reference a txt file from that drive. And On the connection setup scrip I just get the server's ip address and streamwrite it to that txt file when you start as server and then load it if your a client.

    I didnt have any luck with Lan Broadcasting as well, maybe because of the firewall setup in my workspace, but I was having the same problem as you for days.