aboutsummaryrefslogtreecommitdiffhomepage
path: root/demo/roundTrip.ur
diff options
context:
space:
mode:
Diffstat (limited to 'demo/roundTrip.ur')
-rw-r--r--demo/roundTrip.ur2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/roundTrip.ur b/demo/roundTrip.ur
index c3a111b7..aa7017a0 100644
--- a/demo/roundTrip.ur
+++ b/demo/roundTrip.ur
@@ -21,7 +21,7 @@ fun action () =
fun sender s n f =
sleep 2000;
- writeBack (s, n, f);
+ rpc (writeBack (s, n, f));
sender (s ^ "!") (n + 1) (f + 1.23)
in
return <xml><body onload={spawn (receiver ()); sender "" 0 0.0}>