This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Avoid asserts connecting/disconnecting clients #1177
Comments
bbangert
added a commit
that referenced
this issue
Apr 15, 2018
Removes the asserts when adding the uaid to the uaids hash, and issue proper disconnect call to existing client. Ensure uaid removal removes the right client indicated by a separate UUID per client object. Convert IncrementStorage call to pure Rust async and remove Python implementation. Closes #1177
bbangert
added a commit
that referenced
this issue
Apr 15, 2018
Removes the asserts when adding the uaid to the uaids hash, and issue proper disconnect call to existing client. Ensure uaid removal removes the right client indicated by a separate UUID per client object. Convert IncrementStorage call to pure Rust async and remove Python implementation. Closes #1177
bbangert
added a commit
that referenced
this issue
Apr 15, 2018
Removes the asserts when adding the uaid to the uaids hash, and issue proper disconnect call to existing client. Ensure uaid removal removes the right client indicated by a separate UUID per client object. Convert IncrementStorage call to pure Rust async and remove Python implementation. Closes #1177
bbangert
added a commit
that referenced
this issue
Apr 15, 2018
Removes the asserts when adding the uaid to the uaids hash, and issue proper disconnect call to existing client. Ensure uaid removal removes the right client indicated by a separate UUID per client object. Convert IncrementStorage call to pure Rust async and remove Python implementation. Closes #1177
bbangert
added a commit
that referenced
this issue
Apr 15, 2018
Removes the asserts when adding the uaid to the uaids hash, and issue proper disconnect call to existing client. Ensure uaid removal removes the right client indicated by a separate UUID per client object. Convert IncrementStorage call to pure Rust async and remove Python implementation. Closes #1177
bbangert
added a commit
that referenced
this issue
Apr 15, 2018
Removes the asserts when adding the uaid to the uaids hash, and issue proper disconnect call to existing client. Ensure uaid removal removes the right client indicated by a separate UUID per client object. Convert IncrementStorage call to pure Rust async and remove Python implementation. Closes #1177
bbangert
added a commit
that referenced
this issue
Apr 15, 2018
Removes the asserts when adding the uaid to the uaids hash, and issue proper disconnect call to existing client. Ensure uaid removal removes the right client indicated by a separate UUID per client object. Convert IncrementStorage call to pure Rust async and remove Python implementation. Closes #1177
bbangert
added a commit
that referenced
this issue
Apr 16, 2018
Removes the asserts when adding the uaid to the uaids hash, and issue proper disconnect call to existing client. Ensure uaid removal removes the right client indicated by a separate UUID per client object. Convert IncrementStorage call to pure Rust async and remove Python implementation. Closes #1177
bbangert
added a commit
that referenced
this issue
Apr 17, 2018
Removes the asserts when adding the uaid to the uaids hash, and issue proper disconnect call to existing client. Ensure uaid removal removes the right client indicated by a separate UUID per client object. Convert IncrementStorage call to pure Rust async and remove Python implementation. Closes #1177
bbangert
added a commit
that referenced
this issue
Apr 17, 2018
Removes the asserts when adding the uaid to the uaids hash, and issue proper disconnect call to existing client. Ensure uaid removal removes the right client indicated by a separate UUID per client object. Convert IncrementStorage call to pure Rust async and remove Python implementation. Closes #1177
jrconlin
pushed a commit
that referenced
this issue
Apr 18, 2018
Removes the asserts when adding the uaid to the uaids hash, and issue proper disconnect call to existing client. Ensure uaid removal removes the right client indicated by a separate UUID per client object. Convert IncrementStorage call to pure Rust async and remove Python implementation. Closes #1177
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Connecting clients uses an assert, and we should disconnect the client if its the same uaid.
The text was updated successfully, but these errors were encountered: