Browse Source

Update AsyncUdpConnection.php

mouyong 3 years ago
parent
commit
ef47a806e2
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/Connection/AsyncUdpConnection.php

+ 1 - 3
src/Connection/AsyncUdpConnection.php

@@ -21,10 +21,8 @@ use \Exception;
 /**
  * AsyncUdpConnection.
  */
-class AsyncUdpConnection extends UdpConnection implements \JsonSerializable, \Serializable
+class AsyncUdpConnection extends UdpConnection
 {
-    use Traits\SerializeTrait;
-
     /**
      * Emitted when socket connection is successfully established.
      *