Skip to content

Release v0.5.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 07:49
30f62c2

RES protocol version

  • v1.2.3

Changelog

This release adds the option to handle requests for a single resource in parallel on multiple goroutines.
It also replaces to use of a work channel with a work queue slice to avoid the possibility of goroutine handling the in channel from NATS to be blocked by the workers being busy.

Issues