You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there 👋 I know that pb does not have any support for parallel exectuion, but when running two dedicated applications in parallel the ioctl on /dev/tty
saschagrunert
changed the title
Parallel execution within two application blocks
Parallel execution within two separate applications block
Mar 29, 2019
saschagrunert
changed the title
Parallel execution within two separate applications block
Parallel execution within two separate applications not possible
Mar 29, 2019
Hey there 👋 I know that pb does not have any support for parallel exectuion, but when running two dedicated applications in parallel the ioctl on
/dev/tty
pb/pb_x.go
Line 77 in f907f6f
blocks which cause that they will never finish. So when running this with a simple
go run main.go
works fine:But running this application in parallel blocks and will never finish, which should happen because both processes sharing the same
/dev/tty
:I think this issue could be fixed with some system wide mutex but I'm not sure if this is a nice solution. :-/
The text was updated successfully, but these errors were encountered: