Skip to content

Commit 1db1810

Browse files
author
Ad5001
committed
1.1 RELEASE
1 parent 26a0822 commit 1db1810

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Online
33
author: Ad5001
4-
version: 1.0
4+
version: 1.1
55
api: [2.0.0]
66
main: Ad5001\Online\Main
77
commands: []

src/Ad5001/Online/OnlineTask.php

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public function close() {
2929
$this->isRunning = false;
3030
}
3131
public function onRun() {
32-
socket_listen($this->sock);
3332
$sock = $this->sock;
3433
$client = socket_accept($sock);
3534
$input = socket_read($client, 1024);

0 commit comments

Comments
 (0)