You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jonathan Casarrubias edited this page Jul 26, 2017
·
11 revisions
This section will list known issues that are not possible to solve in the immediate.
1.- Deep Barrels won't load when using WebPack
When running Angular 2 in WebPack you may find issues due deeply nested barrels, this issue is not present when using SystemJS. If you face that issue you may not be able to load everything from './shared'.
Example
import{Account,Room}from'./shared/sdk/models'// instead of from './shared'import{AccountApi,RoomApi}from'./shared/sdk/services'// instead of from './shared'
2.- Max EventListener Issue when using SQL Databases
This issue comes from the DataSource Juggler when using SQL Databases, since it creates 1 database connection per each model when the SDK Builder explores the system. This issue is out of the SDK Builder Scope and won't affect your client application or generated SDK.
(node) warning: possible EventEmitter memory leak detected. 11 authentication listeners added. Use emitter.setMaxListeners() to increase limit.