Explorar el Código

Update TcpConnection.php

mouyong hace 3 años
padre
commit
17a16587c5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/Connection/TcpConnection.php

+ 2 - 0
src/Connection/TcpConnection.php

@@ -21,6 +21,8 @@ use Workerman\Worker;
  */
 class TcpConnection extends ConnectionInterface implements \JsonSerializable, \Serializable
 {
+    use Traits\SerializeTrait;
+
     /**
      * Read buffer size.
      *