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
If a project using DFrame references MagicOnion 6.1.3, an error occurs during project execution.
The error message is as follows:
fail: DFrame.DFrameWorkerEngine[0]
Failed on worker executing.
System.TypeLoadException: Could not load type 'MagicOnion.Serialization.MessagePackMagicOnionSerializerProvider' from assembly 'MagicOnion.Shared, Version=6.1.3.0, Culture=neutral, PublicKeyToken=7bf5b512f16761c0'.
at DFrame.DFrameWorkerEngine.ConnectAsync(CancellationToken applicationLifeTime)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at DFrame.DFrameWorkerEngine.ConnectAsync(CancellationToken applicationLifeTime)
at DFrame.DFrameWorkerEngine.RunAsync(CancellationToken applicationLifeTime)
The text was updated successfully, but these errors were encountered:
If a project using DFrame references MagicOnion 6.1.3, an error occurs during project execution.
The error message is as follows:
The text was updated successfully, but these errors were encountered: