Zyan icon indicating copy to clipboard operation
Zyan copied to clipboard

:gem: Zyan Communication Framework

Results 10 Zyan issues
Sort by recently updated
recently updated
newest added

Hi @yallie , Tried to run the WhisperChat(sample app) on Linux(Opensuse) box with Mono version 5.16. Server run just fine but Client crash during MainForm_Show `Unhandled Exception: System.NullReferenceException: Object reference...

bug

Is there async await support on servers and proxies

Zyan has currently no support for .NET 5, because .NET Remoting is not available in .NET 5 anymore. .NET 5 support would be a great.

http://github.com/zyanfx/GenuineChannels - [x] Publish GenuineChannels library as a [Nuget package](http://nuget.org/packages/GenuineChannels) - [x] Update GenuineChannels project to the latest build tools - [x] Get rid of ICSharpCode.SharpZipLib dependency or turn it...

enhancement

Shared creation policy is not applied when ZyanComponent is imported on the server-side. Two instances are created instead of one. How to reproduce: 1. Creating shared service [ZyanComponent(typeof (ITelphinService))] [PartCreationPolicy(CreationPolicy.Shared)]...

bug

Hi, We are using Zyan inside Unity3D instances to connect our game servers together. One issue we are experiencing is: 1. We start UnityEditor play mode and instantiates a ZyanConnection...

question

maybe I was reading something out of date on the internet but is the service discovery feature ready for production? also would it be a good idea to add support...

question

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...

enhancement

Add the ability to profile certain calls without the external profiler application. MiniProfiler is the de-facto standard for modern apps, so it's the candidate no1.

enhancement

Hi Yallie, here is a little bit about my Zyan project on Windows, Linux and Linux on Raspberry PI 2/3. The project is about a Time Tracking Solution, Raspberry PI...