Closed boryspoplawski closed 3 years ago
Jenkins, retest this please (just making sure)
Jenkins, retest this please (just making sure)
Jenkins, retest this please (just making sure)
Jenkins, retest this please (just making sure)
Jenkins, retest this please (just making sure)
Description of the changes
If an error occurred while sending an IPC message, the connection was removed (which could happen twice due to buggy implementation). Now in such case the connection is not removed, but the error is saved and any further writes to that connection will immediately return the saved error.
This change is