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
If you paste multiple commands into a telnet session (I use PuttY for that), the sessions closes. Also, only the first command is executed.
Paste any two of these lines into a telnet session at once:
jsonl {"page":2,"id":97,"obj":"dropdown","x": 85,"y": 125,"w":73,"h":64,"options":"Apple\nBanana\nOrange\nMelon"} jsonl {"page":2,"id":98,"obj":"dropdown","x":163,"y": 125,"w":73,"h":64,"options":"Apple\nBanana\nOrange\nMelon"} p2b98.value_str=xyz
The two commands should be executed and the session should be kept open.
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Perform all steps below and tick them with [x]
Describe the bug
If you paste multiple commands into a telnet session (I use PuttY for that), the sessions closes. Also, only the first command is executed.
To Reproduce
Paste any two of these lines into a telnet session at once:
Expected behavior
The two commands should be executed and the session should be kept open.
Screenshots or video
N/A
The text was updated successfully, but these errors were encountered: