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

EventSource NetCore #461

Merged
merged 17 commits into from
Mar 20, 2020
Merged

Conversation

JRahnama
Copy link
Member

@JRahnama JRahnama commented Mar 9, 2020

This PR adds EventSource to NetCore

Copy link
Contributor

@Wraith2 Wraith2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a lot of changed files.

Does there need to be a counter per entity or are the object id values just used to determine "same object"-ness? If you don't need to detect sequential objects of the same type you could just use one object id source.

Is there a reason behind the choice of using try-finally directly rather than creation a cheap readonly disposable struct?

Copy link
Member

@cheenamalhotra cheenamalhotra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 class missed:

  • SqlFileStream.Windows.cs

@JRahnama
Copy link
Member Author

1 class missed:

  • SqlFileStream.Windows.cs

Thanks for cathing this. Added.

Copy link
Member

@cheenamalhotra cheenamalhotra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some failing tests need to be addressed after recent commit.

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.

5 participants