angular-fullstack/generator-angular-fullstack
Should encryption and hashing functions be converted to be asynchronous?
Offen
#2.240 geöffnet am 17.09.2016
Help Wantedenhancement
Repository-Metriken
- Stars
- (6.134 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
I noticed the use of the crypto library implements synchronous operations. Should this be dropped for use of asynchronous? Under heavy server load this could lock up the application right?