xbox-smartglass-nano-python icon indicating copy to clipboard operation
xbox-smartglass-nano-python copied to clipboard

Ensure ready-state before attempting connection

Open tuxuser opened this issue 7 years ago • 0 comments

Nano state should be verified before a connection is attempted, possibly by connecting to a callback or spawning a Greenlet.

Current implementation, via simple sleep: https://github.com/OpenXbox/xbox-smartglass-nano-python/blob/master/xbox/nano/scripts/client.py#L49-L50

tuxuser avatar Oct 02 '18 02:10 tuxuser