Fixing application process infinite loop.
Main process exiting before app process init may have caused hanging.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user