-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example server crash on Visual Studio 2017 for Mac with Mono 5.4.0 #38
Comments
Wish I could debug this, but I don't have a MAC. Two things to try:
|
It seems to run file on 5.2.0.224 on a linux system based on travis-cl logs. |
Thanks a lot for such a quick reply! It turns out the first solution makes no difference, but commenting out this line solved the problem. I guess this may be a Mac specific problem. Anyway, thank you again for your help. |
jimsch
added a commit
that referenced
this issue
Oct 19, 2017
Fix issue #38 by not making the call in the first place
should now be fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
The attempt to run the CoAP.Server.NET45 project on Visual Studio for Mac community version with Mono 5.4.0.201 failed with following output:
This seems to work on Mono 4.8, but if one would like to use this library in a Xamarin iOS project than there is no obvious way of changing the underlying building environment.
It will be very appreciated if you could give some hints on how to fix this.
Thank you.
Best regards
The text was updated successfully, but these errors were encountered: