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
object(Tarantool\Queue\Task)#26 (3) {
["id":"Tarantool\Queue\Task":private]=>
int(0)
["state":"Tarantool\Queue\Task":private]=>
string(1) "r"
["data":"Tarantool\Queue\Task":private]=>
int(45)
}
PHP Fatal error: Uncaught TypeError: Argument 1 passed to Tarantool\Queue\Task::fromTuple() must be of the type array, null given, called in /vendor/tarantool/queue/src/Queue.php on line 45 and defined in /vendor/tarantool/queue/src/Task.php:34
Stack trace:
#0 /vendor/tarantool/queue/src/Queue.php(45): Tarantool\Queue\Task::fromTuple(NULL)
#1 /test.php(60): Tarantool\Queue\Queue->put(45)
#2 {main}
thrown in /vendor/tarantool/queue/src/Task.php on line 34
Create a queue
Next add records:
Output:
Expected output:
The text was updated successfully, but these errors were encountered: