DFrame
DFrame copied to clipboard
Error occurs when referring to MagicOnion6
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)