Created Unassigned: [en] Events synchronization on Android [2406]
Looks like event handlers are not routed to the proper thread.In the attached sample (originally submitted by 851Marc) the event handler for easy chat proxy shouldn't require RunOnUiThread call.
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android)
Download the updated solution here: Marc-Andre-MiniChat.zip Regards, Alex
View ArticleEdited Issue: [en] Events synchronization on Android [2406]
Looks like event handlers are not routed to the UI thread on Android.In the attached sample (originally submitted by 851Marc) the event handler for easy chat proxy shouldn't require RunOnUiThread...
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android)
Hi Alex, Nothing is happening when I tried with these modifications on Android 5.0.1. Changing the compile android version to 5.0 doesn't seem to change anything either. EDIT: We tried on a phone with...
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android)
Hi Marc, what version of Xamarin are you using? Please try updating to the most recent version first. I've had problems with my Zyan Drench application due to an incompatibility of my old version of...
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android)
Hi Alex, I am currently using the Version 5.7.1 (build 17) of Xamarin. Their is no available update. Thanks Marc-Andre
View ArticleCreated Unassigned: SocketException AddressAlreadyInUse [2414]
I am creating a TcpEx based ZyanComponentHost like this:TcpDuplexServerProtocolSetup protocol = new TcpDuplexServerProtocolSetup(9042, new ClientNamePasswordAuthProvider(), true);_host = new...
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android 5.0.1)
Hi Alex, After taking the source code and using it into the project instead of the Zyan.Communication.dll the chat on android 4.1 wont received any message. The cause seems to be that the Delegate in...
View ArticleCommented Unassigned: [en]/[de] SocketException AddressAlreadyInUse [2414]
I am creating a TcpEx based ZyanComponentHost like this:```TcpDuplexServerProtocolSetup protocol = new TcpDuplexServerProtocolSetup(9042, new ClientNamePasswordAuthProvider(), true);_host = new...
View ArticleEdited Issue: [en]/[de] SocketException AddressAlreadyInUse [2414]
I am creating a TcpEx based ZyanComponentHost like this:```TcpDuplexServerProtocolSetup protocol = new TcpDuplexServerProtocolSetup(9042, new ClientNamePasswordAuthProvider(), true);_host = new...
View ArticleCommented Issue: [en]/[de] SocketException AddressAlreadyInUse [2414]
I am creating a TcpEx based ZyanComponentHost like this:```TcpDuplexServerProtocolSetup protocol = new TcpDuplexServerProtocolSetup(9042, new ClientNamePasswordAuthProvider(), true);_host = new...
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android 5.0.1)
I am currently using the Version 5.7.1 (build 17) of Xamarin. Their is no available update. So it doesn't look like a known bug of Xamarin.Android... Too bad I haven't got an Android 5 device to...
View ArticleCommented Issue: [en]/[de] SocketException AddressAlreadyInUse [2414]
I am creating a TcpEx based ZyanComponentHost like this:```TcpDuplexServerProtocolSetup protocol = new TcpDuplexServerProtocolSetup(9042, new ClientNamePasswordAuthProvider(), true);_host = new...
View ArticleNew Post: [en] Problem with Event: Server (Windows) -> Client (Android 5.0.1)
Build Configuration : Debug Project : Zyan.Communication The project is the exact same that you uploaded but with the reference to the source code. I am not sure about the compiler version, I used...
View ArticleCommented Issue: [en]/[de] SocketException AddressAlreadyInUse [2414]
I am creating a TcpEx based ZyanComponentHost like this:```TcpDuplexServerProtocolSetup protocol = new TcpDuplexServerProtocolSetup(9042, new ClientNamePasswordAuthProvider(), true);_host = new...
View ArticleSource code checked in, #43677
[en] TcpEx listener socket is now properly disposed of. ZyanComponentHost with duplex protocol can now be restarted, issue #2414.
View ArticleCommented Issue: [en]/[de] SocketException AddressAlreadyInUse [2414]
I am creating a TcpEx based ZyanComponentHost like this:```TcpDuplexServerProtocolSetup protocol = new TcpDuplexServerProtocolSetup(9042, new ClientNamePasswordAuthProvider(), true);_host = new...
View ArticleCommented Issue: [en]/[de] SocketException AddressAlreadyInUse [2414]
I am creating a TcpEx based ZyanComponentHost like this:```TcpDuplexServerProtocolSetup protocol = new TcpDuplexServerProtocolSetup(9042, new ClientNamePasswordAuthProvider(), true);_host = new...
View ArticleClosed Issue: [en]/[de] SocketException AddressAlreadyInUse [2414]
I am creating a TcpEx based ZyanComponentHost like this:```TcpDuplexServerProtocolSetup protocol = new TcpDuplexServerProtocolSetup(9042, new ClientNamePasswordAuthProvider(), true);_host = new...
View ArticleCreated Unassigned: [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 Article