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
Hi @tuxuser ,
is it correct that http://openxbox.org/smartglass-documentation/message/#channel-start-request and http://openxbox.org/smartglass-documentation/message/#channel-stop
don't need ack ? In the code both use ack.
Greetings @tuxBurner
The text was updated successfully, but these errors were encountered:
Checking that later, thx for now
Sorry, something went wrong.
Hi @tuxuser , is it correct that http://openxbox.org/smartglass-documentation/message/#channel-start-request and http://openxbox.org/smartglass-documentation/message/#channel-stop don't need ack ? In the code both use ack. Greetings @tuxBurner
Send Channel Start ----> Read Channel Start Response ----> Send Ack
Start channel indeed is defined as needing ack:
https://github.com/OpenXbox/xbox-smartglass-core-python/blob/e01a5413c788bbbbd62a631b170a789fe19d77dc/xbox/sg/factory.py#L293
Stop channel does not apparently, but also - never seen Stop channel message being sent in the wild:
https://github.com/OpenXbox/xbox-smartglass-core-python/blob/e01a5413c788bbbbd62a631b170a789fe19d77dc/xbox/sg/factory.py#L316
No branches or pull requests
Hi @tuxuser ,
is it correct that
http://openxbox.org/smartglass-documentation/message/#channel-start-request
and
http://openxbox.org/smartglass-documentation/message/#channel-stop
don't need ack ? In the code both use ack.
Greetings @tuxBurner
The text was updated successfully, but these errors were encountered: