Commented Feature: [en] Sort event handlers by latency [1834]
When raising events on the server-side, Zyan can save execution times for remote event handlers and then use this statistics to order them: the fastest handlers come first, the slowest come last. Fast...
View ArticleCreated Issue: [en] TcpEx: exceptions from Connection.IsLocalIP [1995]
Exceptions thrown by Connection.IsLocalIP method may crash server.
View ArticleEdited Issue: [en] TcpEx: exceptions from Connection.IsLocalIP [1995]
Exceptions thrown by Connection.IsLocalIP method may crash server.
View ArticleSource code checked in, #32281
[en] Worked around an unhandled exception in Connection.IsLocalIP method (see issue #1995).
View ArticleClosed Issue: [en] TcpEx: exceptions from IsLocalIP method [1995]
Exceptions thrown by Connection.IsLocalIP method may crash server.Here is an example:EXCEPTION (AccessViolationException): Попытка чтения или записи в защищенную память. Это часто свидетельствует о...
View ArticleCreated Issue: [en] TcpEx: retry settings are ignored [2001]
Duplex channel has MaxRetries and RetryDelay properties:https://zyan.codeplex.com/SourceControl/changeset/11626But they are completely ignored when the connection is first established:```c#//...
View ArticleEdited Issue: [en] TcpEx: retry settings are ignored [2001]
Duplex channel has MaxRetries and RetryDelay properties:https://zyan.codeplex.com/SourceControl/changeset/11626But they are completely ignored when the connection is first established:```c#//...
View ArticleNew Post: [de] Singleton bei Verwendung von .RegisterComponents
Ich verwende die Implementierung von MEF laut dem Vorschlag von https://zyan.codeplex.com/discussions/439268. Leider wird bei jedem Client-Zugriff scheinbar eine neue Server-Instanz erzeugt. Wie kann...
View ArticleNew Post: [de] Singleton bei Verwendung von .RegisterComponents
Hi! MEF integration relies on standard MEF attributes, located in System.ComponentModel.Composition namespace.PartCreationPolicyAttribute(CreationPolicy.Shared) will do the trick:// this component will...
View ArticleNew Post: [de] Singleton bei Verwendung von .RegisterComponents
HI yallie Thank you for you reply. I have try it - but now i have a runtime error: ImportCardinalityMismatchExceptionEs wurde mehr als ein Export gefunden, der der Einschränkung...
View ArticleCreated Issue: [en] Re-subscription [2024]
Zyan tries to restore event subscriptions when connection is re-established.But it relies on InvalidSessionException, which is not raised when persistent session storage is used.
View ArticleEdited Issue: [en] Re-subscription [2024]
Zyan tries to restore event subscriptions when connection is re-established.But it relies on InvalidSessionException, which is not raised when persistent session storage is used.
View ArticleSource code checked in, #33161
[en] Event subscriptions are restored when the server is restarted, even if no InvalidSessionException is thrown (i.e. persistent session storage is used). See issue #2024.
View ArticleClosed Issue: [en] Re-subscription and persistent sessions [2024]
Zyan tries to restore event subscriptions when connection is re-established.But it relies on InvalidSessionException, which is not raised when persistent session storage is used.Comments: Fixed, see...
View ArticleNew Post: MEF, Events, Inheritated Interface and Zyan
Hello, I very frustrated in the last days. i not able to run the application again. Here are some VB.NET samples to show my Prolem IBasePublic Interface IBase Event ServerCalled As...
View ArticleNew Post: MEF, Events, Inheritated Interface and Zyan
Hi, System.Collections.Generic.KeyNotFoundException in Zyan.Communication.DLL ... Unfortunately, the information you provided is not sufficient to say anything. Please post the whole exception data,...
View ArticleNew Post: MEF, Events, Inheritated Interface and Zyan
Also, I can't quite understand your application structure... Looks like MEF attributes are somewhat misplaced.Why do you apply InheritedExport(GetType(IBase)) to the IUserManagement interface?Why...
View ArticleNew Post: MEF, Events, Inheritated Interface and Zyan
Here the Stack-TraceServer stack trace: bei System.Collections.Generic.Dictionary`2.get_Item(TKey key) bei Zyan.Communication.Delegates.EventStub.AddHandler(String name, Delegate handler) bei...
View ArticleNew Post: MEF, Events, Inheritated Interface and Zyan
yallie wrote: Also, I can't quite understand your application structure... Looks like MEF attributes are somewhat misplaced.Why do you apply InheritedExport(GetType(IBase)) to the IUserManagement...
View Article