angular-fullstack/generator-angular-fullstack
GitHub で見るShould encryption and hashing functions be converted to be asynchronous?
Open
#2,240 opened on 2016年9月17日
Help Wantedenhancement
Repository metrics
- Stars
- (6,134 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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?