RoomReference does not get removed

Options
doobster
edited February 2011 in Photon Server
Hi there,

I've extended the Lite application and overrode the RoomCacheBase class to implement a max users for a room.

I'm then using the .NET demo-lobby to connect to my application. I'm able to see the peers join and move and my max users is working correctly with the exception of when I close the demo-lobby the room reference isn't being removed so it's indicating that the max users have been reached even though I've closed the client down.

Is this an issue with me overriding a class or with the demo-lobby not disconnecting properly?

Thanks.

Comments

  • Boris
    Options
    hard to say without seeing the code.. can you please either post what you changed, attach your code or send it with a pm?