btpoole
Channel Surfer

Task On 8089

Is there a reason a Task debug would be showing up on port 8089 instead of 8090, 8091, 8092 or 8093. I do have one Task that generates list for a label executed on 8090. I have a second task that kicks in later. It show entering the task and runs the task but all the debug info is on port 8089.  The task does not populate the contentnode as expected and never enters the callback. Just wondering if this is a common thing.
Tags (1)
0 Kudos
2 REPLIES 2
Veeta
Visitor

Re: Task On 8089

The task init() function is run in the SG main thread, so you will see debug output from init() on port 8089.  Only the task thread function, set in 'functionName' will write to other ports when it is running.
Tags (1)
0 Kudos
btpoole
Channel Surfer

Re: Task On 8089

Ah, that explains it. Couldn't figure why this particular task was show up in 8089.
Thanks
Tags (1)
0 Kudos
Community is Temporarily in Read-Only Mode!

We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. You will not be able to log in or post new comments or kudos during this time. Read more here.

Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 12 and you may notice reduced functionality. In the meantime, for additional assistance, visit our Support Site.

Thanks for your patience — we’re excited to share what’s next!