28 Feb
2006
28 Feb
'06
7:59 a.m.
Hi I think I finally found the problem. I had to replace the call to usleep with a call to threadDelay and it worked. regards Stefan 2006/2/27, Stefan Aeschbacher <haskell@aeschbacher.ch>:
Hi
I try to write a program that reads from a socket and communicates the result over a TChan and writes it to stdout. Somehow I can't seem to get it right, the result is only printed when I send ETX on the socket.
Attached is a sample program that shows the behvaviour.
Any hints on where my error is or how I could debug such a problem is appreciated.
regards
Stefan