Skip to content

Parallel Invoke Unpack #20

@yongfa365

Description

@yongfa365
            using (var fs = File.OpenRead(path))
            {
                var serializer = MessagePackSerializer.Create<T>();
                result = serializer.Unpack(fs);//MessagePack serializer for the type 'System.Collections.Generic.Dictionary`2[System.String,IISLog.LogEntity]' is not constructed yet.
            }
  1. Single Thread Invoke is ok,then Parallel Invoke is ok.
  2. but when Parallel Invoke first, then ex:

MessagePack serializer for the type 'System.Collections.Generic.Dictionary`2[System.String,IISLog.LogEntity]' is not constructed yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugDetected as bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions