Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Support RPC and REST in parallel #420

Merged
merged 2 commits into from
May 17, 2018
Merged

Support RPC and REST in parallel #420

merged 2 commits into from
May 17, 2018

Conversation

brianlenz
Copy link
Contributor

@brianlenz brianlenz commented May 17, 2018

What current issue(s) does this address, or what feature is it adding?

RPC and REST endpoints weren't supported in parallel.

How did you solve this problem?

Changed it back to the previous implementation so they can both run in parallel.

How did you make sure your solution works?

Tested it.

Are there any special changes in the code that we should be aware of?

No.

Please check the following, if applicable:

  • Did you add any tests?
  • Did you run make lint?
  • Did you run make test?
  • Are you making a PR to a feature branch or development rather than master?
  • Did you add an entry to CHANGELOG.rst? (if not, please do)

Brian Lenz added 2 commits May 16, 2018 23:21
* Changed the initialization back so that both RPC and REST endpoints are supported in parallel once again.
@coveralls
Copy link

coveralls commented May 17, 2018

Coverage Status

Coverage remained the same at 78.788% when pulling cf66e0c on brianlenz:rpc-rest-parallel-fix into 754325f on CityOfZion:development.

@ixje
Copy link
Member

ixje commented May 17, 2018

do you happen to remember why we moved away from that approach in the first place?

@metachris
Copy link
Contributor

Iirc Tom thought we wouldn't run them in parallel anyway, and we've recently revisited this in #neopython

@metachris metachris merged commit b34e506 into CityOfZion:development May 17, 2018
@brianlenz brianlenz deleted the rpc-rest-parallel-fix branch May 17, 2018 12:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants