-
**Describe the bug**
When using asynchronous RPC methods in wslink, requests are processed sequentially, even though the RPC methods are defined as async. This blocks concurrent handling of Web…
-
### Description of the feature request:
Currently `google.generativeai.upload_file` is a blocking function, it would be nice if there are async versions of these methods along with other I/O related…
-
Asynchronous methods like `Buffer.loadToFloatArray` use `forkIfNeeded` behind the scene, which means that they actually block when executed inside a Routine! Unfortunately, this behavior is currently …
-
**Version Used**:
Version 16.9.0 Preview 3.0
**Steps to Reproduce**:
1. Set a variable to an asynchronous await call
var root = await document.GetSyntaxRootAsync(cancellationToken).ConfigureAw…
-
### Description
Asynchronous ZipArchive stream methods still call synchronous methods of the underlying stream:
using (var zip = new ZipArchive(/*new WriteOnlyStreamWrapper(*/httpContext.Response.…
-
Is there a way to shim asynchronous method?
-
Any plans to introduce async methods to ExcelPackage such as:
```csharp
public async Task SaveAsync();
```
Thanks
-
**Description**
As a:
- [ ] Application user/user of the configuration itself
- [x] API user (application developer)
- [ ] SPI user (container or runtime developer)
- [ ] Specification implem…
-
Hi,
While attempting to migrate to adjust 5 from 4, i encountered an issue:
These methods became asynchronous:
```
open class func adid(completionHandler completion: @escaping ADJAdidGetterBloc…
-
**Description**
Demo runs (thanks!) but with an unhandled exception on launch
**Steps To Reproduce**
update macos debug.entitlements by adding:
```
com.apple.security.device.audio-inp…