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

fix cxx BUG #356

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

fix cxx BUG #356

wants to merge 2 commits into from

Conversation

daleydeng
Copy link

  • missing querable in session.hxx, we need to added

  • api may changed about keyexpr ,we need to fix it

Copy link

PR missing one of the required labels: {'internal', 'new feature', 'enhancement', 'bug', 'breaking-change', 'dependencies', 'documentation'}

Copy link

PR missing one of the required labels: {'enhancement', 'breaking-change', 'new feature', 'internal', 'documentation', 'bug', 'dependencies'}

@@ -60,14 +60,14 @@ int _main(int argc, char **argv) {
}
std::cout << "'\n";
std::cout << "[Queryable ] Responding ('" << keyexpr << "': '" << payload << "')\n";
query.reply(keyexpr, payload);
query.reply(KeyExpr(keyexpr), payload);
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change and the one below should not be needed, since KeyExpr has a converting constructor from const char*.

@DenisBiryukov91
Copy link
Contributor

Hello @daleydeng. Could you please remove all unrelated files? (I believe only changes to session.hxx are necessary) ?

@DenisBiryukov91 DenisBiryukov91 added the bug Something isn't working label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants