angular-fullstack/generator-angular-fullstack
Should encryption and hashing functions be converted to be asynchronous?
オープン
#2,240 opened on 2016/09/17
Help Wantedenhancement
Repository metrics
- Stars
- (6,134 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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?