We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code
var [err, id] = await __.to( rsmq.sendMessageAsync({ qname: 'test', message: 'test' }) ) console.log('sendMessageAsync', err ? err.message : '-', id) var [err, message] = await __.to( rsmq.receiveMessageAsync({ qname: 'test' }) ) console.log('receiveMessageAsync', err, message)
Getting an error while receiveMessageAsync
receiveMessageAsync ReplyError: ERR Error running script (call to f_937bb26841b123886255ef3956a57c83e829ab3e): @user_script: 1: ERR min or max is not a float at parseError (E:\OpenServer\OSPanel\domains\todoforme\backend\node_modules\redis-parser\lib\parser.js:179:12) at parseType (E:\OpenServer\OSPanel\domains\todoforme\backend\node_modules\redis-parser\lib\parser.js:302:14) { command: 'EVALSHA', args: [ '937bb26841b123886255ef3956a57c83e829ab3e', 3, 'todoforme:rsmq:test', 1584283308608, 1584283338608 ], code: 'ERR' } undefined
The text was updated successfully, but these errors were encountered:
I have same issue. Any solution?
Sorry, something went wrong.
No branches or pull requests
Code
Getting an error while receiveMessageAsync
The text was updated successfully, but these errors were encountered: