Closed Bilge closed 3 years ago
This is required to ensure no TypeError is thrown by attempting to close a socket that is already closed, since PHP 8 where warnings were promoted to errors.
Closes #48.
Thanks!
This is required to ensure no TypeError is thrown by attempting to close a socket that is already closed, since PHP 8 where warnings were promoted to errors.
Closes #48.