New Post: RemotingException when application is trying to connect to itself
Hello, when I try to connect with the TcpDuplex Protocol I get a System.Runtime.Remoting.RemotingException. The problem is that the application tries to connect to itself. With two separate...
View ArticleNew Post: RemotingException when application is trying to connect to itself
Hi Sven, This is a known limitation of TcpEx channel: it can't work as both a client and a server in one application domain. For unit tests and application profiling, I recommend using NullChannel...
View ArticleReviewed: Zyan 2.6 (Dez 18, 2014)
Rated 5 Stars (out of 5) - sehr stabil und einfach zu implementieren.
View ArticleNew Post: Encryption algorithms
I think Zyan should use SymmetricAlgorithm.Create(string) method instead of hardcoded crypto algorithm names in CryptoTools.CreateSymmetricCryptoProvider(string) method so users can use custom...
View ArticleNew Post: Bidirectional services
I am trying to create a project that has two components, both essentially servers. I would like either server to be able to make an rpc call to the other server. Only 1 server is publically accessible,...
View ArticleNew Post: Bidirectional services
Hi Nic, basically, the answer is yes. I've got a tiny console example of master/slave server application. Slave server connects to the master server, and the client connects to the slave server:...
View ArticleNew Post: [en] Encryption algorithms
Hi, sorry for my late reply! I've missed your post for some reason. Nice catch, I think it should be done. So I'm filing a work item for that. Regards, Alex
View ArticleCreated 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 ArticleEdited 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 ArticleNew Post: [en] Encryption algorithms
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCreated Issue: ServerSession.ClientAddress during logon [2383]
ClientAddress property should be initialized before SessionManager methods are executed.
View ArticleEdited Issue: ServerSession.ClientAddress during logon [2383]
ClientAddress property should be initialized before SessionManager methods are executed.
View ArticleSource code checked in, #43261
[en] ServerSession.ClientAddress property is initialized before calling SessionManager methods, issue #2383.
View ArticleClosed Issue: ServerSession.ClientAddress during logon [2383]
ClientAddress property should be initialized before SessionManager methods are executed.Comments: Fixed, see changeset #43261.
View ArticleCreated Feature: [en] Fast crypto-key exchange using Curve25519 [2384]
RSA key exchange routine is kinda slow on mobile devices.Establishing an encrypted connection may take noticeable time.Curve25519 is an elliptic curve, developed by Dan Bernstein, for fast...
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android)
Hi Marc-Andre, Is there anything special that need to be configured to send event from window to android? No, nothing special needs to be configured. What version of Zyan are you using? Does the...
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android)
Hi Alex, I am using the Zyan's version 2.6.0.0 on all 3 project. There is no exceptions in the output of Visual Studio. I am also using a real cellphone (Nexus 6 with Android 5.0.1) to tests. Thanks...
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android)
Hi Marc-Andre, could you please zip and upload your solution somewhere? Hope the bug will reproduce on my Android 4 phone. Regards, Alex
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android)
Hi Alex, Sure there you go : link Thanks Marc-Andre
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android)
Hi Marc, with a couple of minor modifications it works on my noname Android 4.0.3 phone. First, I converted MiniChat.Shared into portable library. Second, I added RunOnUiThread to the event handler in...
View Article