modules.using tests close server after use

db4
Sam Anklesaria 2009-04-27 19:20:27 -05:00
parent 049cfb6dd4
commit c580916f39
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
USING: modules.rpc-server ;
USING: modules.rpc-server io.servers.connection ;
IN: modules.test-server service
: rpc-hello ( -- str ) "hello world" ;
: rpc-hello ( -- str ) "hello world" stop-this-server ;