v0.8.7
-
Fix: Fix closing socket resource before removing from loop
(#141 by @clue)This fixes the root cause of an uncaught
Exception
that only manifested
itself after the recent Stream v0.7.4 component update and only if you're
usingext-event
(ExtEventLoop
). -
Improve test suite by testing against PHP 7.2
(#140 by @carusogabriel)