Describe the bug
I have an maui application with target framework .net 8 android.
In this application I am using a this embedio webserver in a separate thread with one controller as per document.
Now in that api's we doing some operations in thiose operations some are log running so we agin doing those operations in new thread meanwhile we returned the 200 response for that api. If we have some exceptions in long running task it raise crash the server even we have try catch handling in that thread .
Due to this my main maui application is restart by automatically and when we try to access the server it will not access. Even we try to run again it give socket exceptions permission denied.
Smartphone (please complete the following information):
Describe the bug I have an maui application with target framework .net 8 android. In this application I am using a this embedio webserver in a separate thread with one controller as per document. Now in that api's we doing some operations in thiose operations some are log running so we agin doing those operations in new thread meanwhile we returned the 200 response for that api. If we have some exceptions in long running task it raise crash the server even we have try catch handling in that thread . Due to this my main maui application is restart by automatically and when we try to access the server it will not access. Even we try to run again it give socket exceptions permission denied.
Smartphone (please complete the following information):