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 the problem that cannot send object bi-directionally #127

Open
wants to merge 4 commits into
base: draft-06
Choose a base branch
from

Conversation

tetter27
Copy link
Collaborator

@tetter27 tetter27 commented Nov 1, 2024

  • Fixed the problem caused by holding client mutex in handle_incoming_uni_stream
  • Removed unnecessary mutable for the client

@tetter27 tetter27 added bug Something isn't working improvement labels Nov 1, 2024
Copy link

codecov bot commented Nov 1, 2024

Codecov Report

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

Project coverage is 65.55%. Comparing base (39e9134) to head (3c64e13).

Additional details and impacted files
@@             Coverage Diff              @@
##           draft-06     #127      +/-   ##
============================================
+ Coverage     65.52%   65.55%   +0.02%     
============================================
  Files            62       62              
  Lines          3104     3106       +2     
============================================
+ Hits           2034     2036       +2     
  Misses         1070     1070              
Components Coverage Δ
moqt-core 91.45% <ø> (ø)
moqt-server 53.57% <0.00%> (+0.04%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants