-
Couldn't load subscription status.
- Fork 174
Closed
Labels
bugDetected as bugDetected as bug
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.
}
- Single Thread Invoke is ok,then Parallel Invoke is ok.
- 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
Labels
bugDetected as bugDetected as bug