Skip to content

issues Search Results · repo:lifo101/php-daemon language:PHP

Filter by

25 results
 (95 ms)

25 results

inlifo101/php-daemon (press backspace or delete to remove)

Looks like after change of constructor onStats event is no longer working as DaemonEvent::getDaemon() does not return instance. https://github.com/lifo101/php-daemon/blob/495d0d91daa8bb0e808a80a7489417dda32f9c73/src/Plugin/AbstractPlugin.php#L28 ...
  • VladoTTX
  • 2
  • Opened 
    on Mar 3
  • #29

Hi, My PHP Script need to publish to and listen for data from MQTT Server. However, the script can t connect to MQTT server for every request. So I thus a way to keep the connection open forever. Through ...
  • garudaonekh
  • Opened 
    on Jan 30, 2023
  • #28

As of PHP 8.x, a warning is thrown: The magic method Lifo\Daemon\Daemon::__wakeup() must have public visibility This is related to a change made in 8.0.0 affecting magic methods. Per the PHP doc: Warning ...
  • phuze
  • 2
  • Opened 
    on Aug 9, 2022
  • #26

Hello, if there is an exception: 2020-02-26 04:02:06.0448: 6526 6526: DEBUG: Mediator [example]: Premature worker death was reaped [PID=6527] [Call=2] [Status=CALLED] I would like to do a few cleaning ...
  • mikuho
  • 3
  • Opened 
    on Mar 15, 2020
  • #25

Hello everyone, I try to make some workers and call method on its every second. After few weeks daemon shutdowns because can t put call to IPC. details summary Output /summary p 2018-12-12 11:44:09.9736: ...
  • GhOsTMZ
  • 2
  • Opened 
    on Dec 13, 2018
  • #24

Hello everyone! Method addWorker() assume object instance, class name, closure or callable. Using object instance described in wiki, but using callable is not. How I can use callable?
question
  • GhOsTMZ
  • 2
  • Opened 
    on Oct 24, 2018
  • #23

Referring to the wiki pages on both Events and Signal-Handling: https://github.com/lifo101/php-daemon/wiki/Events https://github.com/lifo101/php-daemon/wiki/Signal-Handling Is there some way I can catch ...
enhancement
question
  • phuze
  • 3
  • Opened 
    on Oct 11, 2018
  • #22

PHP Fatal error: Declaration of Daemon\Tasks\Feeds::run($a, $b) must be compatible with Lifo\Daemon\Task\TaskInterface::run() in Test.php on line 5 Run defined as: public function run($a, $b) // ...
  • AmpolSalesMike
  • 2
  • Opened 
    on Sep 24, 2018
  • #21

I know Daemon sets workers within max proc but I need to check the proc count before a worker instance is created. This causes an issue for me since Promise doesn t return results from sudden death of ...
  • wolverline
  • 1
  • Opened 
    on Sep 11, 2018
  • #20

I found a log during a daemon worker is running. There was no child worker proc and I don t know where to look and what it means. 2018-09-11 04:22:06.3434: 4192 DEBUG: Mediator [wcm-crawl-worker]: Premature ...
  • wolverline
  • 1
  • Opened 
    on Sep 11, 2018
  • #19
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub