Closed pilsy closed 10 years ago
Example:
If you require another service inside of a service via require( 'services' ).SomeService it will get caught in a loop because it does not cache the objects for return.
This will also greatly improve performance
Fixed in commit 84ab43be66bdfac345827e63c0ec9c4547df9e33
Example:
If you require another service inside of a service via require( 'services' ).SomeService it will get caught in a loop because it does not cache the objects for return.
This will also greatly improve performance