Akka.net开始并没有停止活动 [英] Akka.net starting and stopping with no activity

查看:160
本文介绍了Akka.net开始并没有停止活动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从一个类型安全的阿卡演员斯卡拉(2.4.11)在C#中发送消息给Akka.net演员(1.0.4)

I'm trying to send a message from a typesafe akka actor in Scala (2.4.11) to Akka.net actor in C# (1.0.4)

我有一个奇怪的问题,我的.Net演员,口口声声说开始再停了,但我不知道什么引擎盖下发生:

I have a weird problem with my .Net actor, it keeps saying started then stopped, but I have no clue whats happening under the hood:

A片Akka.net的日志:

A piece of Akka.net log:

2015-11-18 16:23:57.6168|DEBUG|Akka.Remote.Transport.ProtocolStateActor|Started (Akka.Remote.Transport.ProtocolStateActor)
2015-11-18 16:24:27.6578|DEBUG|Akka.Remote.Transport.ProtocolStateActor|Stopped
2015-11-18 16:24:42.6344|DEBUG|Akka.Remote.Transport.AkkaProtocolManager|now supervising akka://converter/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3a%2f%2fconverter%40192.168.56.1%3a60161-107
2015-11-18 16:24:42.6344|DEBUG|Akka.Remote.Transport.ProtocolStateActor|Started (Akka.Remote.Transport.ProtocolStateActor)
2015-11-18 16:25:12.6871|DEBUG|Akka.Remote.Transport.ProtocolStateActor|Stopped
2015-11-18 16:25:27.6402|DEBUG|Akka.Remote.Transport.AkkaProtocolManager|now supervising akka://converter/system/transports/akkaprotocolmanager.tcp.0/akkaProtocol-tcp%3a%2f%2fconverter%40192.168.56.1%3a60162-108
2015-11-18 16:25:27.6402|DEBUG|Akka.Remote.Transport.ProtocolStateActor|Started (Akka.Remote.Transport.ProtocolStateActor)

它做的起动/停止的每个消息发送,但演员不执行,我大概怎么能?检查发生了什么。

It's doing the start/stop on every message sent, but actor doesn't execute, how can I probably check whats happening?

推荐答案

这是行不通的; Akka.NET和阿卡不能互相兼容传输格式。

This is not going to work; Akka.NET and Akka are not wire format compatible with one another.

这可能会在将来改变,但目前他们没有。

This may change in the future, but currently they are not.

这篇关于Akka.net开始并没有停止活动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆