Hi,

I need a recurring server job to prepare data and broadcast the result to every connected clients through WebSockets. The job would execute every second ... for eternity. ;)

How should I proceed? I checked the Task example shipped with Vibe ... without success.

Thanks.