Zyan 2.5 NuGet package
With Zyan you can publish any .NET class for remote access over network.
We'd like to express our gratitude to the following people who have helped to improve this release of Zyan:
Project 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 network.
[en] What's new in Zyan 2.5:
- Android platform support via Mono for Android (#1828)
- Tested with Mono for Android v4.7.9, should work on stable v4.6.x
- The following restrictions apply to Android version of the library:
- Only duplex TCP channel is supported
- MEF integration is not available
- Requires at least Indie edition of Mono for Android (not free)
- Please note that Android version of the library is still in beta stage
- Thread-agile server processing support (#1894)
- Custom adjustable thread pool for server-side events (#1812)
- New sample projects: Android application, WhisperChat
- New server-side events of ZyanComponentHost:
- SubscriptionAdded — when a client subscribes to an event (+=)
- SubscriptionRemoved — when a client unsubscribes from an event (-=)
- SubscriptionCanceled — when a server cancels the subscription due to an exception.
- Bugs fixed:
- [en] TcpEx client protocol is listening?
- [en] Client heartbeats and SqlSessionManager
- [en] TcpEx: incorrect socket handling
- [en] MiniChat example doesn´t work anymore
- [en] TcpEx: duplicate key in a dictionary
- [en] A problem with events
- [en] Multiple channels of the same type
- [en] Bad encryption settings may crash server
- [en] Remote call sets CurrentSession to null
- [en] TcpEx: exceptions from IsLocalIP method
- [en] Re-subscription and persistent sessions
- [en] Events and Inherited Interfaces
- [en] Android example doesn't work (Release)
- [en] IsLocalIP throws exceptions on Android
- [en] Multiple ZyanComponent attributes
- [en] CallContext.LogicalGet/SetData on Mono...
We'd like to express our gratitude to the following people who have helped to improve this release of Zyan:
- Joe Duffy— for the excellent Building a custom thread pool articles
- Marek Stój (Imm0rt4l) — for the ImmDoc.NET help generator
- Dittany, specialnas, MyKey0815, cpearson1990, Fonzi— for bug reports and feature requests