akkadotnet/akka.net

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

Open

#4.471 geöffnet am 12. Juni 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C# (1.035 Forks)batch import
akka-fsharphelp wanted

Repository-Metriken

Stars
 (4.543 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 21h) (32 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide