-
Notifications
You must be signed in to change notification settings - Fork 186
Description
Describe the bug
After upgrading from Xamarin to MAUI, I encountered an issue with EmbedIO. Within my application, I run two EmbedIO servers: one serves the frontend static files and the other handles backend APIs. However, after a certain number of calls from the frontend application, the backend server stops responding. This issue only seems to occur in device builds.
To Reproduce
Steps to reproduce the behavior:
1 Upgrade from Xamarin to MAUI.
2 Set up two EmbedIO servers within the application.
3 Make several calls from the frontend application to the backend server.
4 Observe that after a certain number of calls, the backend server stops responding.
Expected behavior
The backend server should continue to respond to requests from the frontend application without interruption, regardless of the number of calls made.