unosquare / embedio

A tiny, cross-platform, module based web server for .NET
http://unosquare.github.io/embedio
Other
1.46k stars 176 forks source link

Websocket not working on Xamarin.IOS #529

Closed aleGuardiola closed 2 years ago

aleGuardiola commented 3 years ago

Describe the bug As soon as OnClientConnectedAsync is called, OnClientDisconnectedAsync is called as well. I have noticed that If I put a breakpoint in OnMessageReceivedAsync for some reason it gets grayed out like if the function is not included in the final compilation.

To Reproduce Steps to reproduce the behavior:

Server configuration: image

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.