Fixing application process infinite loop.

Main process exiting before app process init may have caused hanging.
This commit is contained in:
Max Romanov
2020-03-30 14:18:51 +03:00
parent ab7b42a072
commit 0935630cba
4 changed files with 33 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ class TestNodeWebsockets(TestApplicationNode):
)
self.skip_alerts.extend(
[r'last message send failed', r'socket close\(\d+\) failed']
[r'socket close\(\d+\) failed']
)
def close_connection(self, sock):