feathersjs-ecosystem / feathers-batch

Batch multiple Feathers service calls into one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No response

mishoboss opened this issue · comments

Hello, I'm not getting any response to batch calls.

This is sent:
["batch::create",{"type":"series","call":[["pages::create",{"text":0}],["pages::create",{"text":1}],["pages::create",{"text":2}],["pages::create",{"text":3}]]},{}]

No response! :(

I've put this to server app:

.use('/batch', batcher({
      limit: 10
    }))

Can you post your full setup? I can't seem to reproduce with a basic setup.

Since it's been over a month I'm going to close this. @mishoboss if you are still having this issue and want to post more info we are happy to revisit.