Tim Chen
Results
2
issues of
Tim Chen
**Describe the bug** In `NetworkRoomManager`, the callback `OnRoomClientAddPlayerFailed` is never called or invoked by any other functions. I tried to test it in my own NetworkManager by adding my Debug...
Environment: Windows 11 with Vulkan backend Minimum reproducible code: ``` public struct TestAtomic { public Atomic val; __init(float val) { this.val = val; } [mutating] public void add(float v) {...
Dev Reviewed
Typesystem
Diagnostics