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

fix: message non thread safe on Webview #3698

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

zxyao145
Copy link
Member

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • Bundle size optimization
  • Performance optimization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

#3651

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English fix: message non thread safe on Webview
🇨🇳 Chinese 修复 message 在 Webview 上非线程安全的问题

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

Copy link

github-actions bot commented Feb 24, 2024

@zxyao145 zxyao145 force-pushed the fix/message-thread-safe branch from 2c9bcc4 to 0aab130 Compare February 24, 2024 05:47
Copy link

codecov bot commented Feb 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 43.76%. Comparing base (d942624) to head (0aab130).

Files Patch % Lines
components/message/Message.razor.cs 0.00% 7 Missing ⚠️
components/message/Message.razor 0.00% 4 Missing ⚠️
components/message/config/MessageConfig.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3698      +/-   ##
==========================================
- Coverage   43.80%   43.76%   -0.05%     
==========================================
  Files         573      573              
  Lines       27774    27771       -3     
  Branches     5615     5616       +1     
==========================================
- Hits        12167    12154      -13     
- Misses      14619    14626       +7     
- Partials      988      991       +3     

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

@ElderJames ElderJames linked an issue Feb 28, 2024 that may be closed by this pull request
@ElderJames ElderJames merged commit 28e1958 into ant-design-blazor:master Feb 28, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Message Info report: Key values must be unique
2 participants