On Sun, Sep 7, 2008 at 17:09, Chun Tian (binghe) binghe.lisp@gmail.com wrote:
So if I call WAIT-FOR-INPUT on a usocket instance with no TIMEOUT keyword supply, (TRUNCATE NIL) will be called, and error happens. How to fix this issue to make sure I can just wait "infinitely" on a usocket?
Not having tried it, but (and timeout (truncate timeout)) should do, no?
-Hans