I\'m using entity framework for a xamarin project. When the app is minimised on iOS and then opened again it throws connection problems (See error below): SNIX_Execute (provider
Update - Just found out how to do it. On the resume method in add:
SqlConnection.ClearAllPools();