- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
To add to the chorus,
re: seeing managers sych - I ran your code a few times, and
yeah, even in the case of Lobby, your ConnectSession does become
synchronized, so you can use that as the event to key off of, and
inspect RoomManager.roomState - if it's hostHasNotArrived, then you
know what's up, otherwise there's a host. Users in the lobby don't
have rights to see the userManager's collections, so that would
turn up a bust. I think we should be more consistent around naming
- as I'm guessing you're the only one who's using this state, would
it burn you if we changed this state to ownerHasNotArrived for the
next build? We've tried to stay consistent and use the more general
"owner" rather than "host", but this one slipped through with some
Breeze-era terminology.
Re: your last question - we've isolated this issue -
apparently if you log in first as guest, then change your code to
login as owner, your browser might be holding onto the previous
session and log you in as guest again. Clearing or closing the
browser will reset this, but we think we might be able to fix it
too; we're working on it.
hope all that helps
nigel
Views
Replies
0 Likes
Total Likes