Skip to content
Snippets Groups Projects
Commit 321871ee authored by Tim Emiola's avatar Tim Emiola
Browse files

Updates the example servers to use #run_till_terminated

parent 9558460b
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ def main
logger.info("... running insecurely on #{host}")
end
s.handle(TestTarget)
s.run
s.run_till_terminated
end
main
......@@ -183,7 +183,7 @@ def main
end
s.handle(Calculator)
s.run
s.run_till_terminated
end
main
......@@ -105,7 +105,7 @@ def main
end
s.handle(NoProto)
s.run
s.run_till_terminated
end
main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment