Skip to content
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

[design] mix ui thread and asp.net server thread #9

Open
congzhangzh opened this issue Nov 11, 2021 · 0 comments
Open

[design] mix ui thread and asp.net server thread #9

congzhangzh opened this issue Nov 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@congzhangzh
Copy link
Owner

I found the limitation of this design, ui cross thread problem!

as asp.net run in separate thread which is not STA.

maybe we can mix all run one STA thread event loop.

for example, when mix a WPF control in win32 window, there is no need and should not start a new ui thread for it, it just work.

If it can not be solved, this project should stop, and the user should migrate to maui, even just for blazor.

@congzhangzh congzhangzh added the enhancement New feature or request label Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant