modules.using tests close server after use
parent
049cfb6dd4
commit
c580916f39
|
@ -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 ;
|
Loading…
Reference in New Issue