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

Add Blazor startup compat #5085

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

Aaronontheweb
Copy link
Member

No description provided.

@Aaronontheweb
Copy link
Member Author

Looks like this can't be solved without some major ActorSystem changes:

  1. Task.Result is not supported, which we use in several places (i.e. logger startup)
  2. HashedWheelTimer is not supported;
  3. A number of built-in logging options, i.e. setting console colors, are not supported.

Are these issues that Unity3D or Xamarin users run into also?

@to11mtm
Copy link
Member

to11mtm commented Jun 12, 2021

Looks like this can't be solved without some major ActorSystem changes:

1. `Task.Result` is not supported, which we use in several places (i.e. logger startup)

2. `HashedWheelTimer` is not supported;

3. A number of built-in logging options, i.e. setting console colors, are not supported.

Are these issues that Unity3D or Xamarin users run into also?

I recall Xamarin users at least at one point had to work around some of the console color stuff.

There are two major hurdles for Blazor at this time, aside from the little bits like console colors:

I believe Unity3D supports Threads and async/await (although I'm not certain what limitations, if any, exist around them).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants