Closed Issue: [en] CurrentSession may be reset when a server acts as a client...
This scenario is only possible when a server connects to another server as a client.Normal servers and clients are not affected by this issue:```c#// ServerSession.CurrentSession != nullvar conn = new...
View ArticleCreated Issue: [en] TcpEx: insufficient data received [2325]
This issue sometimes happens on our remote server connected through OpenVPN tunnel.Not sure if it's indeed relevant, but the error is never seen anywhere else.```Exception:...
View ArticleEdited Issue: [en] TcpEx: insufficient data received [2325]
This issue sometimes happens on our remote server connected through OpenVPN tunnel.Not sure if it's indeed relevant, but the error is never seen anywhere else.```Exception:...
View ArticleSource code checked in, #42571
[en] Gluing together TcpEx message identifiers broken into chunks, issue #2325.
View ArticleClosed Issue: [en] TcpEx: insufficient data received [2325]
This issue sometimes happens on our remote server connected through OpenVPN tunnel.Not sure if it's indeed relevant, but the error is never seen anywhere else.```Exception:...
View ArticleNew Post: Events order
Using revision 42563, TcpDuplexServerProtocolSetup and TcpDuplexClientProtocolSetup. I have 3 different events: PassStarted, Information, ApStateChanged. PassStarted event have some byte array in args...
View ArticleNew Post: An exception form ZyanComponentHost
Another CurrentDomain_UnhandledException Eorr: "object graph cannot be null". it occurred when the application starts. Stack: at...
View ArticleNew Post: Events order
Hi, event arrival order is not deterministic, this is by design. Events are fired asynchronously and there is no way to enforce the same order on the remote side. Looks like PassStarted event arrives...
View ArticleNew Post: An exception form ZyanComponentHost
Hi, what version of Zyan are you using? Please check if the error reproduces on the latest version built from SVN repository sources.
View ArticleNew Post: An exception form ZyanComponentHost
The dll's version my using is 2.5. I'll try the SVN source later. thanks
View ArticleNew Post: An exception form ZyanComponentHost
the problem still exist in SVN source code, reason: channel.ChannelData is null. at Zyan.Communication.Protocols.Tcp.DuplexChannel.Connection.SendChannelInfo()
View ArticleNew Post: An exception form ZyanComponentHost
Hi, I managed to reproduce the problem on a synthetic application (I had to add significant delay to TcpEx's Manager.StartListening method in Zyan itself). The problem can be classified as a race...
View ArticleCreated Issue: [en] TcpEx: uninitialized channelData [2335]
This issue is submitted by ew8cn.reason: channel.ChannelData is null.at Zyan.Communication.Protocols.Tcp.DuplexChannel.Connection.SendChannelInfo()
View ArticleEdited Issue: [en] TcpEx: uninitialized channelData [2335]
This issue is submitted by ew8cn.reason: channel.ChannelData is null.at Zyan.Communication.Protocols.Tcp.DuplexChannel.Connection.SendChannelInfo()
View ArticleNew Post: An exception form ZyanComponentHost
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleSource code checked in, #42602
[en] Fixed an extremely unlikely race condition in TcpEx channel that resulted in SerializationException during server startup, issue #2335.
View ArticleClosed Issue: [en] TcpEx: uninitialized channel data [2335]
This issue is submitted by [ew8cn](https://www.codeplex.com/site/users/view/ew8cn) at this [forum thread](https://zyan.codeplex.com/discussions/568483).reason: channel.ChannelData is null.at...
View ArticleNew Post: [en] An exception from ZyanComponentHost (solved)
The issue has been fixed! Please download the latest source from SVN. Regards, Alexey
View ArticleNew Post: [en] An exception from ZyanComponentHost (solved)
Thank you very much for your kind, I will try soon. I can't provide my program because it depends on the some hardware. and, The case just as you say, In my project, client program start firstly and...
View ArticleNew Post: [en] Could you please tell me how to work with remote...
Hi DiverDW, Sorry for being quiet for a while! Just found a way to reproduce your issue. This problem existed in Zyan version 2.5, but it has been already fixed, see this work...
View Article