FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Parallel Invoke Unpack · Issue #20 · msgpack/msgpack-cli · GitHub

Parallel Invoke Unpack #20

Description

            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


    Back | FazBrowse Home | New Git URL