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

Made AbstractLicenseValidator implement IDisposable #4

Closed
wants to merge 10 commits into from

Conversation

stemarie
Copy link
Contributor

@stemarie stemarie commented Jan 9, 2013

Not sure what "fancy-word"-principle this seems to break but essentially every time you instantiate the AbstractLicenseValidator it would create a timer thread which would never be removed until the garbage collector did its job. This is a very strange behavior because it forces us to call DisableFutureChecks as if it was a dispose method. This opens up the license validator to be used in bigger server environments.

HEskandari and others added 10 commits June 7, 2011 21:30
-Added saving and exporting of user custom fields for license
-Some touches to the style
-Ability to add key/values to the license
-Made the dialog fixed size
Not sure what "fancy-word"-principle this seems to break but essentially
every time you instantiate the AbstractLicenseValidator it would create
a timer thread which would never be removed until the garbage collector
did its job. This is a very strange behavior because it forces us to
call DisableFutureChecks as if it was a dispose method. This opens up
the license validator to be used in bigger server environments.
@stemarie
Copy link
Contributor Author

stemarie commented Jan 9, 2013

Sorry, not sure why it added all these commits (sorry) but essentially only ac279b4 should be the focus. Forgive my lack of gitness

@DrivenLogic
Copy link

@stemarie the correct way is you should do a pull at the correct version, create a branch. make your changes in that branch then submit a clean pull request from the branch. that way other commits wont be pulled along for the ride. :)

@stemarie
Copy link
Contributor Author

Ok, I understand - sorry - I'm still learning Git's awesomeness

@ayende ayende closed this Sep 22, 2017
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.

None yet

4 participants