PelionIoT / mbed-connector-api-python

python library for using connector.mbed.com
Apache License 2.0
2 stars 2 forks source link

how to deal with isDone() never completes #17

Open JingsaiLu opened 8 years ago

JingsaiLu commented 8 years ago

The python API function isDone() never completes.It is always waiting.

BlackstoneEngineering commented 8 years ago

@jsplyy can you please give a reproducible use case? The isDone() function simply returns the isDone variable, which is either true or false, it shouldn't be possible to block on this call.