Re: [Live-devel] doEventLoop with fWatchVariable

2009-01-21 Thread Yedidia Amit
...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, January 22, 2009 8:17 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] doEventLoop with fWatchVariable I am using the fWatchVariable to notift the eventLoo

Re: [Live-devel] doEventLoop with fWatchVariable

2009-01-21 Thread Ross Finlayson
I am using the fWatchVariable to notift the eventLoop to exit. (as it should be) However if no connection is avaialble (nothing is waking the loop), this variable will not be tested and the eventLoop is blocked. Is there some "refresh" command to the loop that will force it to wake , so the

[Live-devel] doEventLoop with fWatchVariable

2009-01-21 Thread Yedidia Amit
Hi All, I am using the fWatchVariable to notift the eventLoop to exit. (as it should be) However if no connection is avaialble (nothing is waking the loop), this variable will not be tested and the eventLoop is blocked. Is there some "refresh" command to the loop that will force it to wake , so