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

Use default loop in testsuite and close server and connection leftovers #283

Closed SimonFrings closed 2 years ago

SimonFrings commented 2 years ago

I noticed that this testsuite still uses the old eventloop implementation. After I changed everything to the new default loop some tests got stuck in execution, because other tests didn't close their servers/connections.

Builds on top of #260 and clue/reactphp-block#60.