Is progressr known to fail if multisession is used in Linux? #161
Replies: 1 comment 1 reply
-
Apologies, some error in the code was making it fail with multisession |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Progress is correctly reported when using
plan(multicore)
in Linux, but fails to work ifplan(multisession
) is called.handlers('debug')
does not show any output.Is this a known issue?
Beta Was this translation helpful? Give feedback.
All reactions