angular-fullstack/generator-angular-fullstack
Should encryption and hashing functions be converted to be asynchronous?
开放
#2,240 创建于 2016年9月17日
Help Wantedenhancement
仓库指标
- 星标
- (6,134 个星标)
- PR 合并指标
- (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?