We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cf574 commit d030990Copy full SHA for d030990
1 file changed
src/server/StreamsServer.php
@@ -78,6 +78,9 @@ protected function prepareWork(int $maxConnect)
78
// $this->listening = true;
79
}
80
81
+ /**
82
+ * {@inheritDoc}
83
+ */
84
protected function doStart()
85
{
86
$maxLen = (int)$this->getOption('max_data_len', 2048);
0 commit comments