Skip to content

Commit

Permalink
demos: Rename websocket demo to websocket_server demo
Browse files Browse the repository at this point in the history
There will be websocket client demo, so it makes sense to rename
existing server demo to better reflect its purpose.

Closes #2581
  • Loading branch information
p12tic authored and xemul committed Dec 24, 2024
1 parent 68f1745 commit 1b1657d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ endif ()
seastar_add_demo (hello-world
SOURCES hello-world.cc)

seastar_add_demo (websocket
SOURCES websocket_demo.cc)
seastar_add_demo (websocket_server
SOURCES websocket_server_demo.cc)

seastar_add_demo (echo
SOURCES echo_demo.cc)
Expand Down
File renamed without changes.

0 comments on commit 1b1657d

Please sign in to comment.