Amin Abbasi

Results 11 comments of Amin Abbasi

> in this case, if we do update persistent storage ( DB ), the bottleneck would be our second IO thread. how should we ensure that the previous change was...

in my opinion service state shouldn't be different from the application state.

> If your persistent storage is database and your database provide strong ACID property. then you could parallelize order and balance update. > let's assume we updated the Order status...

problem for base services fixed in this commit : https://github.com/InovaMind/loopback-sdk-builder/commit/0eb195b84abb2eabc40088ecc07c66a5e8427877 but problem already exist for custom model services (lib/templates/shared/services/custom/service.ejs). please merge that and fix for custom models.

when compile with webpack , rxjs 6.3 ``` TypeError: (0 , _rxjs.from)(...).map is not a function at MemberApi.request (base.service.js:146) ``` for this code : ``` return from(request) .map((res) => res.data)...

you can check my fork, i made some fixes , but bugs still remains ...

i solved problem ``` import * as SdkAuth from '@commercetools/sdk-auth'; new SdkAuth.default.default({ ``` but obviously it is just a trick.

same ![image](https://user-images.githubusercontent.com/2260390/58762311-8619d680-8557-11e9-99fb-40c7ee139a51.png)

when do you want to merge this? :)