Przeglądaj źródła

Update TcpConnection.php

mouyong 3 lat temu
rodzic
commit
17a16587c5
1 zmienionych plików z 2 dodań i 0 usunięć
  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.
      *