Hello Yolan,
With Veaceslav (the other developer), we have succeed to indentified the problem. We have implemented a correction that works with our first test. The pb was coming from the wrapping from C to C# layer for routerPath parameter.
Here is the C# libs that correct this point. We will integrate this fix in an official release later (when we will have found the time or some people interested to help us to write complete unit test for C# Waveport implementation).
We wait for your feed back.
Thierry
Hi,
I'm running into trouble while using a relay. It works fine in C++ but here is the error in C# :
Here is my code :
The exception is thrown by "protocol.SendApplicationRequest(request)".
I'm using Com.Coronis.Sdk.Protocol.Api.dll which is posted in the thread https://sourceforge.net/p/coronissdk/discussion/pkg_comm/thread/4585dff2/
Thanks for reading !
Hello,
As said in the upper indicated post, the C# implementation has not been fully tested.
The problem has been reproduced and will check today.
Thanks for using Coronis SDK
Thierry
Hello Yolan,
With Veaceslav (the other developer), we have succeed to indentified the problem. We have implemented a correction that works with our first test. The pb was coming from the wrapping from C to C# layer for routerPath parameter.
Here is the C# libs that correct this point. We will integrate this fix in an official release later (when we will have found the time or some people interested to help us to write complete unit test for C# Waveport implementation).
We wait for your feed back.
Thierry
Last edit: Thierry CHOMAUD 2013-02-14
Great; it works fine !
Thank you very much