Router: fixing assertion on app thread port handle.

A new application thread port message can be processed in the router after the
application is removed from the router.  Assertion for this case is replaced by
a condition to store the new thread port until receiving the stop notification
from the application process.
This commit is contained in:
Max Romanov
2021-07-19 16:23:13 +03:00
parent 4f94df6a71
commit daa051e7e7
2 changed files with 17 additions and 8 deletions

View File

@@ -44,6 +44,13 @@ with TLS certificate configured; the bug had appeared in 1.23.0.
</para>
</change>
<change type="bugfix">
<para>
the router process could crash on rapid mutithreaded application
reconfiguration.
</para>
</change>
<change type="bugfix">
<para>
a descriptor and memory leak occurred in the router process when an app