Commit 6ca724e2 authored by Patrick Chen's avatar Patrick Chen

change exchange server name for example

parent e0173a55
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
int main() int main()
{ {
xs::ExchangeServer server("hello-world", {}, {}, 0, nullptr); xs::ExchangeServer server("greeting", {}, {}, 0, nullptr);
server.onCmd( server.onCmd(
"GetGreetingMessage", "GetGreetingMessage",
[&server](const std::string&, const std::string&) { [&server](const std::string&, const std::string&) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment