Edited Issue: [en] Thread safety issue in call interceptors [2449]
Call interceptor registration is not thread safe.Registering a new interceptor while connection is in use may result in the following exception:```Collection was modified; enumeration operation may not...
View ArticleCreated Feature: [en] Add InterfaceName and MethodName to...
BeforeInvoke and AfterInvoke event arguments have rich set of properties:```csharppublic class AfterInvokeEventArgs : EventArgs{ public Guid TrackingID { get; set; } public string InterfaceName { get;...
View ArticleEdited Feature: [en] Add InterfaceName and MethodName to...
BeforeInvoke and AfterInvoke event arguments have rich set of properties:```csharppublic class AfterInvokeEventArgs : EventArgs{ public Guid TrackingID { get; set; } public string InterfaceName { get;...
View ArticleSource code checked in, #43825
[en] Fixed threading issue in call interceptors, issue #2449.
View ArticleClosed Issue: [en] Thread safety issue in call interceptors [2449]
Call interceptor registration is not thread safe.Registering a new interceptor while connection is in use may result in the following exception:```Collection was modified; enumeration operation may not...
View ArticleNew Post: Communication between 1:n clients
Hi Alex, thank you for your fast reply and sorry for the confusing question. I think the second type would be the right for my application (two-way asynchronous communication EBC) I have a windows...
View ArticleNew Post: Communication between 1:n clients
Hi Alex,i posted you the necessary information about the case on the discussion thread.A little bit occured in my mind as a thought about this. It is possible to act the server like a web-server and...
View ArticleCreated Unassigned: Remoting custom errors mode had already been set [2482]
I'm using multiple ZyanConnections with different servers. Connections created in paralel by Tasks. Sometimes I get exception with message "Remoting custom errors mode had already been set". As I...
View ArticleNew Post: Communication between 1:n clients
Hi Jens, I put the server part in the console application and connected with 2 client against the server. This worked. But after about 2-5 minutes the connection in the server part was broken. I...
View ArticleCommented Unassigned: Remoting custom errors mode had already been set [2482]
I'm using multiple ZyanConnections with different servers. Connections created in parallel by Tasks. Sometimes I get exception with message "Remoting custom errors mode had already been set". As I...
View ArticleNew Post: Communication between 1:n clients
Hi Alex Thanks dir your fast reply. I think now i have everythink to get it to work. If i have some experience about raspberty and 10 iot i will let you know about.Best Jens thanks again Estoy en...
View ArticleNew Post: Communication between 1:n clients
Hi Alex, thanks again, One last issue, I decided to take the RPC way. Is it possible this way to send different responses to the zyan-server (like GetStatus, StartRequest, etc.) ??? Do you have a...
View ArticleNew Post: [en] Communication between 1:n clients
Hi Jens, Is it possible this way to send different responses to the zyan-server (like GetStatus, StartRequest, etc.) ??? Zyan server hosts any number of components (i.e. server objects). Each...
View ArticleNew Post: [en] Communication between 1:n clients
Jo Alex , thanks.This was exactly i was looking for.Mann thanks and a Great father's Day for youRegards Jens Estoy en camino. Am 14.05.2015 um 12:10 schrieb yallie <[email removed]>:From:...
View ArticleEdited Issue: [en] Remoting custom errors mode had already been set [2482]
I'm using multiple ZyanConnections with different servers. Connections created in parallel by Tasks. Sometimes I get exception with message "Remoting custom errors mode had already been set". As I...
View ArticleClosed Issue: [en] Remoting custom errors mode had already been set [2482]
I'm using multiple ZyanConnections with different servers. Connections created in parallel by Tasks. Sometimes I get exception with message "Remoting custom errors mode had already been set". As I...
View ArticleClosed Feature: [en] Encryption algorithms [2369]
Submitted by [zii_dmg](https://zyan.codeplex.com/discussions/576392): >I think Zyan should use SymmetricAlgorithm.Create(string) method instead of hardcoded crypto algorithm names in...
View ArticleClosed Feature: [en] Add InterfaceName and MethodName to...
BeforeInvoke and AfterInvoke event arguments have rich set of properties:```csharppublic class AfterInvokeEventArgs : EventArgs{ public Guid TrackingID { get; set; } public string InterfaceName { get;...
View ArticleSource code checked in, #44087
[en] Using SymmetricAlgorithm.Create method to create cryptographic algorithm providers, issue #2369.
View Article