Jake

Results 3 issues of Jake

Connector is able to ready from only one server at a time. Demo project for the issue is [here](https://github.com/zhanazhan/demo-s7connector)

bug

Added deregistration option when service is failing, greatly helps when service was killed with -9 option. If you guys want to update `Registration` class, here is the change. [Registration.java.txt](https://github.com/OrbitzWorldwide/consul-client/files/995672/Registration.java.txt)

I have a parent store: ``` export abstract class PromiseStore { protected _data: T; } ``` and Child Store: ``` export class InitialDataStore extends PromiseStore { constructor() { makeObservable(this, {...