You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Approach 4$post_notifier_consumer
->setBatching(2) // how many messages would be requested from nats stream
->setIterations(3) // how many times message request should be sent
->handle(function ($msg) {
var_dump($msg);
});
The text was updated successfully, but these errors were encountered:
Hi, I got undefined method when using the 1 & 2 approaches below.
These are both fine
The text was updated successfully, but these errors were encountered: