From d837c94dcd08cacee427e59ff11a7e07d6d9e530 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 30 Oct 2015 16:09:55 +0100 Subject: Go parallel --- src/rose.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rose.erl') diff --git a/src/rose.erl b/src/rose.erl index 441fa05..ba6d566 100644 --- a/src/rose.erl +++ b/src/rose.erl @@ -33,7 +33,7 @@ dispatch({invoke, #'Invoke'{invokeId = Id, opcode = Op, argument = Data}}) -> ok; ?STATUS -> io:format("Status: ~p~n", [status:value(Data)]), - return(Id, Op, status:encode()); + tda:send(return(Id, Op, status:encode())); _ -> error end; -- cgit v1.2.3