walkor / workerman

An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols.
http://www.workerman.net
MIT License
11.03k stars 2.25k forks source link

Output stream can now be set with $outputStream property #984

Closed luzrain closed 8 months ago

luzrain commented 8 months ago

I found out that $outputStream cannot be changed because the property is protected. I need it in my bundle I'm working on.

Changes: