本文介绍了是什么原因导致“断开连接:遇到END_OF_STREAM"? QuickFIX/J中的会话消息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在 QuickFIX/J 版本1.6.4. apache.org/"rel =" nofollow noreferrer> Apache Camel 2.17.0,我收到了会话消息Disconnecting: Encountered END_OF_STREAM.这不是错误,但就我而言,它会导致意外的注销.

I am using QuickFIX/J version 1.6.4 within Apache Camel 2.17.0 and I get the session message Disconnecting: Encountered END_OF_STREAM. It is not an error, but in my case it leads to an unintentional Logoff.

什么情况下会导致此消息?我如何分析本案中的哪种情况是导致这种情况的原因?

What circumstances can lead to this message and how do I analyze which circumstance in my case is the cause?

推荐答案

我在此博客文章,是 bhageera .

在我的情况下,具有相同凭据的两个客户端在两个不同的测试环境中处于活动状态.

In my case, two clients with the same credentials were active on two different test environments.

这篇关于是什么原因导致“断开连接:遇到END_OF_STREAM"? QuickFIX/J中的会话消息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-14 16:11