-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Add to manual #38
Comments
@sirgalleto that is a situation with the datasource juggler from strongloop, it is out of the SDK Builder scope. I may add a reference for that in the reference for the next version, though. |
Ok, sounds good. Actually do you work with any fix of data juggler? |
@sirgalleto not really, but the strongloop team has been working to fix that issue, if you have an old version of the framework you may need to update it at least to version 2.2.0. Search in google for the exact same error message and you will find lots of info about that issue. cheers!! |
Oh thanks. |
So, im in 2.22.0. I will look how to fix it |
what type of datasource are you using? |
MySQL |
Yes that was my assumption, I had that issue using sql dbs also when using the auto-migration, for some reason that issue does not appear to be in non-sql dbs |
My project isnt in production, I can migrate DB without problems. |
I would -almost- always recommend to use MongoDB instead of MySQL is much more modern, also MySQL does not have PubSub functionality so, if you would like to turn loopback into a real time API that scales and your SDK support for real-time applications, I really recommend you to migrate to MongoDB. Cheers!! |
Thanks for the recommendations 👍 |
[LINK TO WIKI DOCUMENTATION](https://github.com/mean-expert-official/loopback-sdk-builder/wiki) - Support for Angular 2 (Final API w/ NgModules & Backwards compatibility < RC5). - Support for TypeScript (Fully Typed). - Built in Interfaces and Models. - Extendable Models for custom logic. - Enables Support for Real-Time Applications [loopback-component-pubsub](https://www.npmjs.com/package/loopback-component-pubsub) - Built in LoopBack Authentication. - Built in Support for LoopBack Query Language [Querying Data](https://docs.strongloop.com/display/public/LB/Querying+data) - Built in API Servics. - Built in Platform Specific Drivers (Angular2 for web, NativeScript2, ~~Angular Universal~~). - Built in CLI Tool for builder. - Built in Logger Service. - Blacklist mechanism to select which models or methods generate. - Ability to point models to different url domains (not global baseUrl) - IO Heartbeating to avoid disconnections. - Small foot print 100k per generated SDK (Will increase depending on number of models). - Fix: #92 - Fix: #91 - Fix: #87 - Fix: #86 - Fix: #45 - Fix: #38
[LINK TO WIKI DOCUMENTATION](https://github.com/mean-expert-official/loopback-sdk-builder/wiki) - Support for Angular 2 (Final API w/ NgModules & Backwards compatibility < RC5). - Support for TypeScript (Fully Typed). - Built in Interfaces and Models. - Extendable Models for custom logic. - Enables Support for Real-Time Applications [loopback-component-pubsub](https://www.npmjs.com/package/loopback-component-pubsub) - Built in LoopBack Authentication. - Built in Support for LoopBack Query Language [Querying Data](https://docs.strongloop.com/display/public/LB/Querying+data) - Built in API Servics. - Built in Platform Specific Drivers (Angular2 for web, NativeScript2, ~~Angular Universal~~). - Built in CLI Tool for builder. - Built in Logger Service. - Blacklist mechanism to select which models or methods generate. - Ability to point models to different url domains (not global baseUrl) - IO Heartbeating to avoid disconnections. - Small foot print 100k per generated SDK (Will increase depending on number of models). - Fix: #92 - Fix: #91 - Fix: #87 - Fix: #86 - Fix: #45 - Fix: #38
[LINK TO WIKI DOCUMENTATION](https://github.com/mean-expert-official/loopback-sdk-builder/wiki) - Support for Angular 2 (Final API w/ NgModules & Backwards compatibility < RC5). - Support for TypeScript (Fully Typed). - Built in Interfaces and Models. - Extendable Models for custom logic. - Enables Support for Real-Time Applications [loopback-component-pubsub](https://www.npmjs.com/package/loopback-component-pubsub) - Built in LoopBack Authentication. - Built in Support for LoopBack Query Language [Querying Data](https://docs.strongloop.com/display/public/LB/Querying+data) - Built in API Servics. - Built in Platform Specific Drivers (Angular2 for web, NativeScript2, ~~Angular Universal~~). - Built in CLI Tool for builder. - Built in Logger Service. - Blacklist mechanism to select which models or methods generate. - Ability to point models to different url domains (not global baseUrl) - IO Heartbeating to avoid disconnections. - Small foot print 100k per generated SDK (Will increase depending on number of models). - Fix: #92 - Fix: #91 - Fix: #87 - Fix: #86 - Fix: #45 - Fix: #38
[LINK TO WIKI DOCUMENTATION](https://github.com/mean-expert-official/loopback-sdk-builder/wiki) - Support for Angular 2 (Final API w/ NgModules & Backwards compatibility < RC5). - Support for TypeScript (Fully Typed). - Built in Interfaces and Models. - Extendable Models for custom logic. - Enables Support for Real-Time Applications [loopback-component-pubsub](https://www.npmjs.com/package/loopback-component-pubsub) - Built in LoopBack Authentication. - Built in Support for LoopBack Query Language [Querying Data](https://docs.strongloop.com/display/public/LB/Querying+data) - Built in API Servics. - Built in Platform Specific Drivers (Angular2 for web, NativeScript2, ~~Angular Universal~~). - Built in CLI Tool for builder. - Built in Logger Service. - Blacklist mechanism to select which models or methods generate. - Ability to point models to different url domains (not global baseUrl) - IO Heartbeating to avoid disconnections. - Small foot print 100k per generated SDK (Will increase depending on number of models). - Fix: #92 - Fix: #91 - Fix: #87 - Fix: #86 - Fix: #45 - Fix: #38
[LINK TO WIKI DOCUMENTATION](https://github.com/mean-expert-official/loopback-sdk-builder/wiki) - Support for Angular 2 (Final API w/ NgModules & Backwards compatibility < RC5). - Support for TypeScript (Fully Typed). - Built in Interfaces and Models. - Extendable Models for custom logic. - Enables Support for Real-Time Applications [loopback-component-pubsub](https://www.npmjs.com/package/loopback-component-pubsub) - Built in LoopBack Authentication. - Built in Support for LoopBack Query Language [Querying Data](https://docs.strongloop.com/display/public/LB/Querying+data) - Built in API Servics. - Built in Platform Specific Drivers (Angular2 for web, NativeScript2, ~~Angular Universal~~). - Built in CLI Tool for builder. - Built in Logger Service. - Blacklist mechanism to select which models or methods generate. - Ability to point models to different url domains (not global baseUrl) - IO Heartbeating to avoid disconnections. - Small foot print 100k per generated SDK (Will increase depending on number of models). - Fix: #92 - Fix: #91 - Fix: #87 - Fix: #86 - Fix: #45 - Fix: #38
I love it, congrats! |
@sirgalleto you are welcome!!! Stay around, there is plenty to come.. Spread the word!!! Cheers!! |
Sure |
Actually in my project I have a warning
(node) warning: possible EventEmitter memory leak detected. 11 authentication listeners added. Use emitter.setMaxListeners() to increase limit.
I thing is good idea add in the manual anything help or instruction for that.
The text was updated successfully, but these errors were encountered: