Search Issue Tracker
Fixed in 5.4.0
Votes
11
Found in
5.1.1p1
Issue ID
708502
Regression
No
[MatchMaker] Can't re-join a match after leaving
How to reproduce:
1. Open attached project
2. Open scene Scenes/Main.unity
3. Play the scene
4. Enable Match Maker
5. Create Internet Match
6. Stop match
7. Enable Match Maker again
8. Join the same lobby that was created in step 5
- Note the error: ArgumentException: An element with the same key already exists in the dictionary.
Comments (12)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
dennysmvn
Aug 24, 2015 00:57
Same here, when disconnecting client, and trying to rejoin same match.
Seens like NetworkAccessToken was not removed from the Dictionary when client disconnects, and when you try to rejoin the match and calls Utility.SetAcessTokenForNetwork, key with same value already exists.
Do we have access to that dictionary? Not found documentation about the Utility class.
ashleyjlive
Aug 15, 2015 10:34
This bug is a real problem.