Results 613 comments of Victor Gaydov

Unassigning, feel free to ping me if you'll decide to return to it.

Yes. You're welcome, thanks!

Since we control thread names, we can set some short limit. ``` echo -n roc_network_loop | wc -c 16 ``` I think limit of 32 characters would be fine.

> If I add this, the classes that inherit from the base class Thread would all need to be rewritten with name passed through them, which I don't think would...

> I see, do you want me to fix all of those threads as well so that there is a name for the constructors? Yep, this is the motivation of...

See here https://roc-streaming.org/toolkit/docs/building/developer_cookbook.html Pass `--enable-debug` to build debug version of code And you can find test binaries at: `./bin/x86_64-pc-linux-gnu/roc-test-` (see page above for supported flags, e.g. to enable logs or...

@8julie Hi! Do you still have plans on the issue?

@dmklepp Great, thanks!

@dmklepp Hi, still have plans on this?