angular-fullstack/generator-angular-fullstack
在 GitHub 查看Should encryption and hashing functions be converted to be asynchronous?
Open
#2,240 创建于 2016年9月17日
Help Wantedenhancement
仓库指标
- Star
- (6,134 star)
- PR 合并指标
- (30 天内没有已合并 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?