denpamusic / laravel-zeromq

Fully unit-tested ZeroMQ driver for Laravel.
MIT License
17 stars 7 forks source link

Unable to run package discovery once zmq is enabled #10

Open Dolaned opened 1 year ago

Dolaned commented 1 year ago

Once i am listening to a topic via a service provider im unable to run php artisan package:discover --ansi it just runs out of memory. am i doing something wrong?

Dolaned commented 1 year ago

if i comment out bitcoind()->on('hashblock', function ($blockhash, $sequence) {}); everything works fine.