You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RangeError: Maximum call stack size exceeded
Stack Trace:
at Puerts.JsEnv.Tick() in /home/runner/work/puerts/puerts/unity/Assets/core/upm/Runtime/Src/Default/JsEnv.cs:line 743
at Puerts.UnitTest.WebsocketTest.<>c__DisplayClass0_0.<SmokeTest>b__0() in /home/runner/work/puerts/puerts/unity/test/Src/Cases/WebsocketTest.cs:line 91
at Puerts.UnitTest.WebsocketTest.SmokeTest() in /home/runner/work/puerts/puerts/unity/test/Src/Cases/WebsocketTest.cs:line 115
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.SimpleWorkItem.<>c__DisplayClass4_0.<PerformWork>b__0()
at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at NUnit.Framework.Internal.ContextUtils.DoIsolated(ContextCallback callback, Object state)
at NUnit.Framework.Internal.ContextUtils.DoIsolated[T](Func`1 func)
at NUnit.Framework.Internal.Execution.SimpleWorkItem.PerformWork()
The text was updated successfully, but these errors were encountered:
detail | 详细描述
应该是多线程导致的,不是什么大问题,先记着,后续看要不要改进。在github上只碰到一次,在v8下报的错误:
The text was updated successfully, but these errors were encountered: