Skip to content
New issue

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

qmp command can not be run in the callback of another qmp command. #3

Open
tocaata opened this issue Sep 11, 2017 · 1 comment
Open

Comments

@tocaata
Copy link

tocaata commented Sep 11, 2017

In file lib/src/qmp.coffee.

The first qmp command set @Datacb and get ready to run @Datacb, the second qmp command in the callback will rewrite @Datacb.
I have do a fix. Please take a look.
https://github.com/tocaata/node-qemu-server/blob/master/lib/src/qmp.coffee

@baslr
Copy link
Owner

baslr commented Sep 16, 2017

Hi @tocaata,

thanks for using this software. I probably have to disappoint you: the coffee version was retired a long time ago.
node-qemu-server faces a complete rewrite in ES6. Now qmp commands just emit the result as an event. Also the UI gets a complete overhaul.

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

No branches or pull requests

2 participants