1iveowl

Results 56 comments of 1iveowl

Not at the moment, but it shouldn't be hard to implement. I might look at it when I get some time. I can't promise anything, but feel free to create...

It's on the to-do list, but realistically it's not going to happen any time soon. Of course anyone is welcome to take a stab at it and do a PR.

Looks like you are trying to run the script from an ARM device. Correct?

We're testing with Apple Silicon. Will let you know if we can reproduce. Let us know if you have more observations. For instance, what was the result the first time...

Was able to reproduce the issue on Apple Silicon. This seems to be the issue (and workaround): https://github.com/dotnet/runtime/issues/94909#issuecomment-1816543071 Will be updating the script with the workaround.

This should now have been addressed with #253. Can you confirm if things are working for you now, @bhanupublicis? Thank you

This has been tested, so not sure if this issue is caused by some dependencies have been updated/changed or if something else is at play. Need to investigate further.

I've done some more ressource and on UWP there is a new option for multicase: [DatagramSocketControl.MulticastOnly](https://msdn.microsoft.com/en-us/library/windows/apps/windows.networking.sockets.datagramsocketcontrol.multicastonly.aspx) which: > Gets or sets a Boolean value that specifies whether the DatagramSocket is...

After reading [this enlightening blog post ](http://log.paulbetts.org/the-bait-and-switch-pcl-trick/)I managed to figure out was was going on and I was able to add a Socket.Plugin.UWP project to the library. I then copied...

I uploaded an up to date Nuget here: https://www.nuget.org/packages/HttpMachine.PCL/0.9.1 Are you ok with that Benjamin or would you like this to be in another way? This is by the way...