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

Feature/datarefs #106

Merged
merged 24 commits into from
Jun 11, 2024
Merged

Feature/datarefs #106

merged 24 commits into from
Jun 11, 2024

Conversation

x37v
Copy link
Contributor

@x37v x37v commented May 23, 2024

I certainly need some input on this one

contributes to #60

@x37v x37v requested a review from fde31 May 23, 2024 23:22
@x37v x37v mentioned this pull request May 29, 2024
@x37v x37v force-pushed the feature/datarefs branch from f40b052 to d228d09 Compare June 10, 2024 16:45
@fde31 fde31 force-pushed the feature/datarefs branch from 4af380f to da48458 Compare June 11, 2024 18:36
Copy link
Member

@fde31 fde31 left a 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());
Copy link
Member

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?

Copy link
Contributor Author

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

Copy link
Member

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

@x37v x37v merged commit 284f1b6 into develop Jun 11, 2024
1 check passed
@x37v x37v deleted the feature/datarefs branch June 11, 2024 19:33
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.

2 participants