spring
spring copied to clipboard
Prevent server crash by restarting child
Before this change, if Errno::EINVAL is thrown when sending IO to the child the server would crash. Now we catch the exception and, assuming the child has problems, we start a new child.