• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cenobites / flask-jsonrpc / 133
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: feature/github-actions
DEFAULT BRANCH: master
Ran 19 Aug 2020 09:28PM UTC
Jobs 1
Files 13
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
133

push

travis-ci

nycholas
Add RPC Batch

To send several Request objects at the same time, the Client MAY
send an Array filled with Request objects.

The Server should respond with an Array containing the corresponding
Response objects, after all of the batch Request objects have been
processed. A Response object SHOULD exist for each Request object,
except that there SHOULD NOT be any Response objects for notifications.
The Server MAY process a batch rpc call as a set of concurrent tasks,
processing them in any order and with any width of parallelism.

The Response objects being returned from a batch call MAY be returned
in any order within the Array. The Client SHOULD match contexts
between the set of Request objects and the resulting set of Response
objects based on the id member within each Object.

If the batch rpc call itself fails to be recognized as an valid JSON
or as an Array with at least one value, the response from the Server
MUST be a single Response object. If there are no Response objects
contained within the Response array as it is to be sent to the client,
the server MUST NOT return an empty Array and should return nothing at
all.

From: https://www.jsonrpc.org/specification#batch

Resolve: #80

138 of 138 branches covered (100.0%)

69 of 69 new or added lines in 3 files covered. (100.0%)

437 of 437 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 133.1 (FLASK_ENV=TESTING) 19 Aug 2020 09:28PM UTC 0
100.0
Travis Job 133.1
Source Files on build 133
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #133
  • 61dc5f38 on github
  • Next Build on feature/rcp-batch (#135)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc