Skip to content

[QUIC] Do not call msquic in a lock #59345

@ManickaP

Description

@ManickaP

Check all places where we call msquic and make sure we're not doing that in a lock since it can cause a deadlock.
For example:


Add asserts before msquic calls that the lock is not taken, e.g.:

uint status = MsQuicApi.Api.StreamReceiveSetEnabledDelegate(_state.Handle, enabled: true);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions