您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
nathaniel.buck@unity3d.com 2f4526c7 Fixing a bug with Messenger which allowed subscribers to add/remove subscribers during OnReceiveMessage that would themselves send a message, pushing through the add/remove before the original OnReceiveMessage call completed. This would cause a list mutation error since it happened within a foreach loop. 2 年前
..
AuthTests.cs Tidying a bit, especially the tests. Removing uninformative tests and adding a little context. Removing a couple test-only methods. 3 年前
AuthTests.cs.meta Latest Dev and Readme without Vivox 3 年前
LoggerTests.cs Fixing a bug where clients in builds would not receive the initial player state upon relay connection. There are also some nitpicks with the tests in here. 3 年前
LoggerTests.cs.meta Latest Dev and Readme without Vivox 3 年前
MessengerTests.cs Fixing a bug with Messenger which allowed subscribers to add/remove subscribers during OnReceiveMessage that would themselves send a message, pushing through the add/remove before the original OnReceiveMessage call completed. This would cause a list mutation error since it happened within a foreach loop. 2 年前
MessengerTests.cs.meta Latest Dev and Readme without Vivox 3 年前
ObserverTests.cs Fixing a bug where clients in builds would not receive the initial player state upon relay connection. There are also some nitpicks with the tests in here. 3 年前
ObserverTests.cs.meta Latest Dev and Readme without Vivox 3 年前
Tests.Editor.asmdef Latest Rename Changes. 3 年前
Tests.Editor.asmdef.meta Latest Dev and Readme without Vivox 3 年前