reactphp / socket

Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP.
https://reactphp.org/socket/
MIT License
1.21k stars 157 forks source link

Improve test suite, clean up leftover `.sock` files #301

Closed clue closed 2 years ago

clue commented 2 years ago

This changeset improves the test suite to clean up any leftover .sock files. Before applying this, the test suite created a bunch of temporary .sock files for testing Unix Domain Sockets (UDS). All temporary files will now be cleaned up properly.

Builds on top of #299 and #300