<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
Hi all,<BR>
<BR>
I'm doing a esl program to get all the events from fs and I always want to wait for an event before continue.<BR>
<BR>
but i facing a difficult decision to choose between recvEvent() or recvEventTimed(0).<BR>
<BR>
I read in the wiki:<BR>
recvEvent() - blocks until it receives an event<BR>
recvEventTimed(0) - waits X ms&nbsp; or blocks until it receives an event<BR>
<BR>
so they are the same or no?<BR>
For your experience with ESL what method do you recommend?<BR>
<BR>
Thanks,<BR>
Ant&#243;nio
</BODY>
</HTML>