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 multi-instance option support #678

Merged

Conversation

rmunn
Copy link
Contributor

@rmunn rmunn commented Aug 14, 2020

Fixes #357.

This is #594, rebased onto develop, and then partially rewritten to fix the bug mentioned in #594 (comment) (which required a near-total rewrite of the TokenPartitioner, as the approach taken in #594 was wrong and was the direct cause of that bug).

All unit tests pass, including all the unit tests that were in #594, plus a new unit test to test the bug from #594 (comment).

It seems Appveyor's C# compiler is old enough that it doesn't know how
to do tuple deconstruction, so we'll avoid doing that. It makes
TokenPartitioner uglier, but no getting around that if we're dealing
with an old C# compiler.
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