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

Multiple clients corrupt SortedMultimap #10

Closed
kpreid opened this issue Nov 17, 2014 · 1 comment
Closed

Multiple clients corrupt SortedMultimap #10

kpreid opened this issue Nov 17, 2014 · 1 comment
Assignees
Labels

Comments

@kpreid
Copy link
Owner

kpreid commented Nov 17, 2014

When multiple clients are connected, the shinysdr.values._SortedMultimap used by Poller eventually becomes corrupted.

I have not been able to reproduce this in simple test cases. I tried rebuilding self.__sorted from self.__dict when the inconsistency is detected and it did not help.

(New speculation: maybe a bad eq or hash in the key types?)

@kpreid kpreid added the bug label Nov 17, 2014
@kpreid kpreid self-assigned this Nov 17, 2014
@kpreid
Copy link
Owner Author

kpreid commented Jan 31, 2015

Fixed by f5196c5.

@kpreid kpreid closed this as completed Jan 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant