> receiving input from a socket requires a runForever()

`runForever()` is just an infinite while loop running `poll()`. Just make sure 
to run `poll(<timeout>)` along your GUI event loop and you should be fine :)

Reply via email to