akkadotnet/akka.net

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

オープン

#4,471 opened on 2020/06/12

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C# (1,035 件のフォーク)batch import
akka-fsharphelp wanted

Repository metrics

Stars
 (4,543 個のスター)
PR merge metrics
 (PR metrics pending)

説明

  • 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.

コントリビューターガイド