We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a0822 commit 1db1810Copy full SHA for 1db1810
plugin.yml
@@ -1,7 +1,7 @@
1
---
2
name: Online
3
author: Ad5001
4
-version: 1.0
+version: 1.1
5
api: [2.0.0]
6
main: Ad5001\Online\Main
7
commands: []
src/Ad5001/Online/OnlineTask.php
@@ -29,7 +29,6 @@ public function close() {
29
$this->isRunning = false;
30
}
31
public function onRun() {
32
- socket_listen($this->sock);
33
$sock = $this->sock;
34
$client = socket_accept($sock);
35
$input = socket_read($client, 1024);
0 commit comments