added new socket manager, errorhandling and testing is not finished yet
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace React\Stream;
|
||||
|
||||
interface DuplexStreamInterface extends ReadableStreamInterface, WritableStreamInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user