Pawel

Results 8 comments of Pawel

Thanks, i have an app in WPF and i have checked that i can't migrate to .net core 3.1 because one of its dependencies. I need to wait until all...

I am using NetMq on Windows and Linux (Debian) and on Android (Xamarin Android Native) and on iOS ( Xamarin iOS Native) and even I have made some tests on...

I was using NetMQ not NetMQ.Unity but it was long time ago, when Unity was supporting only .net 3.5. Communication gameandroid phone by using WiFi was working fine. There were...

You can always implement a simple "heart-beat" pattern to check if endpoint alive. This pattern is fully described in Zero-Mq docs

Are you using socket from multiple threads? I can see that you have registered it as a singleton and used it in web handler. Web app requests by default runs...

Hello, i had similar problem few years ago so i have made it in a different way. I can't paste here whole code, but i can give you few advices....

1 i am using it in Xamarin Android on phones and tablets, WPF on Windows 7, 8 and 10 and on . Net core on Debian, and i have tested...

i needed clipping for making inner-shadow, but your advice with saving svg as optimized did the trick, thanks!