Skip to content

Commit c2db656

Browse files
committed
Remove now-obsolte Client and Server
1 parent 056ef2d commit c2db656

File tree

3 files changed

+2
-35
lines changed

3 files changed

+2
-35
lines changed

Datagram/Client.php

Lines changed: 0 additions & 17 deletions
This file was deleted.

Datagram/Server.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

Datagram/Socket.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ public function __construct(LoopInterface $loop, $socket, $address)
2020
$this->loop = $loop;
2121
$this->socket = $socket;
2222
$this->address = $address;
23+
24+
$this->resume();
2325
}
2426

2527
public function getAddress()

0 commit comments

Comments
 (0)