Search Issue Tracker
Fixed
Votes
0
Found in
2019.1.0a6
Issue ID
1094421
Regression
No
Receiver can not keep up with the amount of data sent error when writing out test results for graphics playmode tests
When trying to get reference images for more than about 10 screenshots when using the grahics playmode test framework (included in the Scriptable Render Pipeline project https://github.com/Unity-Technologies/ScriptableRenderPipeline) an error prevents all the screenshots being written into the test results.
Can not send network message. Receiver can not keep up with the amount of data sent
UnityEngine.PlayerConnectionInternal:SendMessage(String, Byte[], Int32)
UnityEngine.PlayerConnectionInternal:UnityEngine.IPlayerEditorConnectionNative.SendMessage(Guid, Byte[], Int32)
UnityEngine.Networking.PlayerConnection.PlayerConnection:Send(Guid, Byte[])
UnityEngine.TestTools.TestRunner.Callbacks.<SendDataRoutine>c__Iterator0:MoveNext() (at C:\buildslave\unity\build\Extensions\TestRunner\UnityEngine.TestRunner\TestRunner\Callbacks\RemoteTestResultSender.cs:129)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
[C:\buildslave\unity\build\Runtime/Network/PlayerCommunicator/GeneralConnection.cpp line 452]
(Filename: C:/buildslave/unity/build/Extensions/TestRunner/UnityEngine.TestRunner/TestRunner/Callbacks/RemoteTestResultSender.cs Line: 129)
Appears to be a problem when the player sends the results back to the editor at the end of a test run.
I didn't mark this as a Graphics Playmode Test package issue as although this package can reproduce the issue it doesn't seem specific to it but more an issue with sending a large amount of data back to the editor for the test results.
Relevant Slack thread for this https://unity.slack.com/archives/C0JHA6J4C/p1539116537000100
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Add comment