From 6ca781b8a38474ab428d5fcb3b489dfe3e974334 Mon Sep 17 00:00:00 2001 From: bustico Date: Fri, 21 Mar 2008 09:03:34 +0000 Subject: - numerous fixes - socket in non blocking mode (resolve some deadlock, and agent are immune to another agent beeing blocked) --- examples/button.tk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/button.tk b/examples/button.tk index c7809ba..a11e5b1 100755 --- a/examples/button.tk +++ b/examples/button.tk @@ -1,5 +1,5 @@ #!/usr/bin/wish -load ../src/libtclivy.so.3.6 +load ../src/libtclivy.so.3.11 proc connect { client action } { } proc send { } { -- cgit v1.1