-
Couldn't load subscription status.
- Fork 174
Closed
Labels
bugDetected as bugDetected as bugenhancementRequires or request to feature enhancementRequires or request to feature enhancement
Description
I'm using Unity 5, so I pregenerated the serializers, and now I'm creating the right context. There are no circular references, and I'm adding the serializers to the context in the right order (if that matters).
It hangs there however, to be specific in this part:
public XxxxSerializer(MsgPack.Serialization.SerializationContext context) :
base(context) {
this._serializer0 = context.GetSerializer<Yyyy[,,]>();
}
Somewhere down the stack trace it seems to be hanging at:
MsgPack.ReflectionAbstractions.GetIsGenericType (source={Yyyy[,,]})
Metadata
Metadata
Assignees
Labels
bugDetected as bugDetected as bugenhancementRequires or request to feature enhancementRequires or request to feature enhancement