We have upgraded the swoole version from `5.0.3` to `5.1.6` and it has randomly started the following warning: ``` RemoteGoTask::__call failed, because unable to read prefix from socket: File exists (17) ``` Anyone has any hint about what's can be happening? We're using a Hyperf application that uses GoTask to create a socket connection to mongodb - https://github.com/hyperf/hyperf - https://github.com/Reasno/fastmongo