-
Notifications
You must be signed in to change notification settings - Fork 99
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
How should I use it on release mode for xamarin forms? #36
Comments
@cansado2930 can you please provide a snippet of your code and where the problem is? |
Hi @cmknox
As you can see, I call to searchDevices in order to actívate the searcher. The RemoteSystemWatcher_RemoteSystemAdded function, on the line "deviceList.add(args.P0)" is the "problem". On debug mode, as App run slow it Works correctly but when It is built on release mode |
@cansado2930 thanks for the reply. We are currently working on a new release for Xamarin that should address your problem. Stay tuned for later this week. |
@cansado2930 we have released a new Xamarin SDK drop, 0.8.0, can you please give it a try and let me know if it works for you? |
Yes, I can. I have updated to 0.8.0 and I have built the reléase versión (because the debug with 0.8. Works correctly) and it crash again. I have attached the console log:
What do you think that it may be the problem? |
Hello,
I have Xamarin forms app and It works perfectly on debug mode. But when I build of release mode, I receive a exception of concurrency. I'm using a ConcurrentBag in order to save RemoteSystem but it crashes when add ítems. How should I do it in order to save ítems in a list?
Thank you
The text was updated successfully, but these errors were encountered: