Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复 ConnectionContextStore 初始化 #642

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

Yurunsoft
Copy link
Member

设置了 @Bean(recursion=false),可以在 __init() 里执行初始化,避免启动时有大量请求进来,导致后续正确获取到正确的 Handler

@Yurunsoft Yurunsoft added bug Something isn't working 2.1 labels Nov 10, 2023
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (47bf0a6) 65.47% compared to head (0df522d) 66.28%.
Report is 3 commits behind head on 2.1.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.1     #642      +/-   ##
============================================
+ Coverage     65.47%   66.28%   +0.80%     
  Complexity    11260    11260              
============================================
  Files           896      896              
  Lines         30676    30676              
============================================
+ Hits          20086    20334     +248     
+ Misses        10590    10342     -248     
Files Coverage Δ
.../src/Server/ConnectionContext/Listener/AppInit.php 100.00% <100.00%> (ø)
src/Server/ConnectionContext/StoreHandler.php 83.33% <100.00%> (ø)

... and 16 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Yurunsoft Yurunsoft merged commit 62c9d6f into 2.1 Nov 13, 2023
55 checks passed
@Yurunsoft Yurunsoft deleted the fix-ConnectionContextStore-init branch November 13, 2023 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.1 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant