You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: hack. Replace when https://github.com/akkadotnet/akka.net/issues/3811if(serializerId.HasValue)return Serialization.Deserialize((byte[])payload, serializerId.Value, manifest);// Support old writes that did not set the serializer idvardeserializer= Serialization.FindSerializerForType(type, Configuration.DefaultSerializer);return Serialization.WithTransport(Serialization.System,()=> deserializer.FromBinary((byte[])payload, type));
Identical to Akka.Persistence.PostgreSql\Journal\PostgreSqlQueryExecutor.cs
The text was updated successfully, but these errors were encountered:
https://github.com/akkadotnet/Akka.Persistence.PostgreSql/blob/dev/src/Akka.Persistence.PostgreSql/Snapshot/PostgreSqlQueryExecutor.cs#L86
Should this also read:
Identical to Akka.Persistence.PostgreSql\Journal\PostgreSqlQueryExecutor.cs
The text was updated successfully, but these errors were encountered: