-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ask you to open a previously closed problem #70
Comments
Try it with ip everywhere. |
registered the IP address directly, does not work. |
$nsqlConig = [
"topic" => Constant::TOPIC,
"channel" => Constant::CHANNEL,
"rdy" => 2, //optional , default 1
"connect_num" => 1, //optional , default 1
"retry_delay_time" => 5000, //optional, default 0 , if run callback failed, after 5000 msec, message will be retried
"auto_finish" => true, //default true
];
$nsqLookupd = new \NsqLookupd("10.***.**.248:4161"); //the nsqlookupd http addr |
endless loop organized by \React\EventLoop\Loop self::$loop = Loop::get();
...
self::$loop->run(); |
And there are no memory limits in the test environment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am attaching a link to the problem and description #56
# php -v PHP 8.0.12 (cli) (built: Oct 21 2021 16:26:22) ( NTS ) Copyright (c) The PHP Group Zend Engine v4.0.12, Copyright (c) Zend Technologies with Xdebug v3.1.1, Copyright (c) 2002-2021, by Derick Rethans
nsqd
nsqlookupd
install:
The text was updated successfully, but these errors were encountered: