akkadotnet/akka.net

[change c# example to F#] Cannot find serializer

Open

#4,471 建立於 2020年6月12日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C# (4,543 star) (1,035 fork)batch import
akka-fsharphelp wanted

描述

  • Which Akka.Net version you are using

Every akka.net packages are 1.4.7.

  • On which platform you are using Akka.Net

Windows 2019 + VS2019 + F# Interactive version 10.9.1.0 for F# 4.7

  • A list of steps to reproduce the issue. Or an gist or github repo which can be easily used to reproduce your case.

Reproduce

The error is:

[WARNING][6/12/2020 4:18:23 PM][Thread 0025][akka.tcp://test@10.28.199.142:4001/system/endpointManager/reliableEndpointWriter-akka.tcp%3A%2F%2Ftest%4010.28.199.142%3A4003-2/endpointWriter/endpointReader-akka.tcp%3A%2F%2Ftest%4010.28.199.142%3A4003-1] Serializer not defined for message with serializer id [6] and manifest []. Transient association error (association remains live). Cannot find serializer with id [13] (manifest [BA]). The most probable reason is that the configuration entry 'akka.actor.serializers' is not in sync between the two systems.

貢獻者指南