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

Hint property unnecessary to signal acks #4

Merged
merged 1 commit into from
Jan 4, 2018
Merged

Hint property unnecessary to signal acks #4

merged 1 commit into from
Jan 4, 2018

Conversation

mqp
Copy link
Contributor

@mqp mqp commented Jan 4, 2018

The plugin can actually opt not to produce a hint, so the previous version would fail to recognize some acks, and treat them as transaction responses. See the Janus core code here: https://github.com/meetecho/janus-gateway/blob/master/janus.c#L1289

Resolves #3.

@mqp mqp merged commit 8704445 into master Jan 4, 2018
@mqp
Copy link
Contributor Author

mqp commented Jan 10, 2018

Note that this wasn't quite right -- I fixed it later in 8bd73aa to instead correctly apply the asynchrony check to plugin messages, and not other kinds of signals.

@mqp mqp deleted the accurate-acks branch January 23, 2018 01:49
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.

1 participant