Closed Unassigned: [en] Not a valid archive [2610]
I've downloaded and attempted to open Zyan 2.7 binaries for .NET 4.0, but I get an error popup box telling me that the zip file is an invalid archive. I have tried using WinZip to open the file, but...
View ArticleNew Comment on "Writing distributed Event-Based Components"
``` // Task interface public interface ICalculator { Task<decimal> AddNumbers(AdditionRequestMessage request); } ``` What are configuration and guaranties of callback events delivery? Possibly...
View ArticleNew Post: [en] Two way communication (solved)
Thanks for the reply. A code sample of the delegate approach would be helpful.
View ArticleSource code checked in, #44712
[en] Fixed the problem of two registered TcpExChannels trying to establish the callback connections, issue #2283.
View ArticleClosed Issue: [en] Two TcpEx channels and events [2283]
An app has two TcpEx-based connections to two different servers.Maxim Sobolev reports that events are only marshaled to the first connection.Sample project is attached. The original error report...
View ArticleCommented Issue: [en] Two TcpEx channels and events [2283]
An app has two TcpEx-based connections to two different servers.Maxim Sobolev reports that events are only marshaled to the first connection.Sample project is attached. The original error report...
View ArticleNew Post: [en] Two way communication (solved)
Hello Mark, Here is the complete sample: https://gist.github.com/yallie/d39a2e81106dc5572f1e2b5f519510eb Below is the essential part:// shared interfacepublicinterface IService { void...
View ArticleCommented Feature: [en] Capture client-side call stack [2527]
Zyan events can be used to trace server-side events like SQL queries, permission checks, etc.Capturing server-side call stack is straightforward.But the whole picture needs a client-side call stack as...
View ArticleNew Post: [en] Unable to receive events when connecting to more than one Zyan...
Hello! This issue has been finally resolved. It was a limitation of the TcpExChannel, not the .NET Remoting itself. Please download the latest version of the source code to get the fix. The fix will be...
View ArticleCreated Issue: [en] TcpEx: server may crash on bad client data [2618]
Originated from this discussion: https://zyan.codeplex.com/discussions/657090Mono has a weird deserialization bug that might crash the server application.We should stop the server from crashing. >И...
View ArticleEdited Issue: [en] TcpEx: server may crash on bad client data [2618]
Originated from this discussion: https://zyan.codeplex.com/discussions/657090Mono has a weird deserialization bug that might crash the server application.We should stop the server from crashing. >И...
View ArticleNew Post: [RU] STRANGE Serialization error
Перечитал я дискуссию и вижу, что проморгал я здесь важный момент.Ошибки сериализации/десериализации в Моно это отдельный вопрос, но в любом случае, ни при каких подобных ошибках сервер не должен...
View ArticleSource code checked in, #44719
[en] TcpEx shouldn't crash the server when a client sends bad or damaged ChannelInfo, issue #2618.
View ArticleClosed Issue: [en] TcpEx: server may crash on bad client data [2618]
Originated from this discussion: https://zyan.codeplex.com/discussions/657090Mono has a weird deserialization bug that might crash the server application.We should stop the server from crashing. >И...
View ArticleNew Post: [ru] Strange serialization error (solved)
Падение сервера пофиксил, в следующем релизе все будет хорошо.
View ArticleReleased: Zyan 2.8 (Nov 22, 2016)
Zyan 2.8 NuGet packageProject description Zyan is an easy to use distributed application framework for .NET, Mono and Android. With Zyan you can publish any .NET class for remote access over...
View ArticleUpdated Release: Zyan 2.8 (ноя 22, 2016)
Zyan 2.8 NuGet packageProject description Zyan is an easy to use distributed application framework for .NET, Mono and Android.With Zyan you can publish any .NET class for remote access over...
View ArticleNew Post: [en] Zyan 2.8 is released
Hello everyone, Zyan 2.8 is now published. Please rate this release to encourage other codeplex users to join Zyan community! Nuget package: http://nuget.org/List/Packages/Zyan Binaries:...
View Article