We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the written module and the media_library module do their respective handshakes, after which the correct voice is loaded.
We now handle for duplicate acks as a result of the way we init the handshakes.
We should account for what happens when the current handshake methodology fails? When to re-init it?
setting as low priority: it's a very rare edge case that has not been encountered yet.
med lift because it requires a re-init to be done JIT, which means a bunch of extra handlers need to be added since pub-sub is never a sync-process
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Present Context
Currently, the written module and the media_library module do their respective handshakes, after which the correct voice is loaded.
We now handle for duplicate acks as a result of the way we init the handshakes.
We should account for what happens when the current handshake methodology fails? When to re-init it?
setting as low priority:
it's a very rare edge case that has not been encountered yet.
med lift because it requires a re-init to be done JIT, which means a bunch of extra handlers need to be added since pub-sub is never a sync-process
The text was updated successfully, but these errors were encountered: