-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/datarefs #106
Feature/datarefs #106
Conversation
TODO actually get data from the runner
instead of Data Refs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I've tweaked the display a bit and adjusted the list of file names to be a set as I assume we are talking non-duplicate files. the send
call for the cmd
class fails (see comment inline) but otherwise things seem good to me.
} | ||
}; | ||
this._ws.on("message", callback); | ||
this._ws.send(cmd.packet()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did you mean to use this._ws.sendPacket
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe :) this has been working for me but I'll look into it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it might work but then the types need to be adjusted haha
I certainly need some input on this one
contributes to #60