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
When shared memory feature is used for communication between 2 application's and when program exit's then example-pipe* files are not getting deleted.
Expectation is the pipe file's created by each application should be deleted.
To reproduce
In Json configuration, shared memory is set to TRUE and endpoints is "unixpipe/example-pipe"
Run 1st application with above configuration
Run 2nd application with above configuration
2nd application will auto exit on completion
1st application need to be killed using ctrl + C
System info
Machine and OS info as below
Linux 5.4.0-177-generic 197-Ubuntu SMP Thu Mar 28 22:45:47 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Describe the bug
When shared memory feature is used for communication between 2 application's and when program exit's then example-pipe* files are not getting deleted.
Expectation is the pipe file's created by each application should be deleted.
To reproduce
System info
Machine and OS info as below
Linux 5.4.0-177-generic 197-Ubuntu SMP Thu Mar 28 22:45:47 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: