Skip to content

Added functionality for IDLE command#2

Open
seruum wants to merge 1 commit into
forlan-ua:masterfrom
seruum:master
Open

Added functionality for IDLE command#2
seruum wants to merge 1 commit into
forlan-ua:masterfrom
seruum:master

Conversation

@seruum

@seruum seruum commented Nov 24, 2018

Copy link
Copy Markdown

Modified send procedure to not allow tags to be created (continuation command)
added idle and done procedures

Code to use idle command with 70 second timeout

block:
    echo "IDLING"
    let resp = client.idle()
    let done = waitFor resp.withTimeout(70000)
    if not done: # Timeout occurred
      echo "DONE WAITING"
      discard waitFor client.done()
    echo waitFor resp
    echo " "

Modified send procedure to not allow tags to be created (continuation command)
added idle and done procedures
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