-
**In what version(s) of Spring Integration AWS are you seeing this issue?**
3.0.0-M2
**Describe the bug**
This issue originally was described in this issue: https://github.com/spring-cloud/spring…
-
### Expected behavior
When attempting `handler.handlerAdded(context: self)` I do not expect a crash to occur.
### Actual behavior
Crashing at line 1482 in ChannelPipeline.swift.
Following is the…
-
Hi,
I recently started using async http client to download large amount of gridded weather data. While downloading data from a distant and unreliable server, the application crashes with a timeout …
-
I've experienced this crash multiple times on my server:
```
Received signal 4. Backtrace:
0x55b7c15c82c2, Backtrace.(printBacktrace in _B82A8C0ED7C904841114FDF244F9E58E)(signal: Swift.Int32) -> …
-
### Describe the bug
1. I am using the following:
1.1. iOS (Swift)
1.2. Cocoapods `pod 'gRPC-Swift', :git => 'https://github.com/grpc/grpc-swift.git', :branch => '1.7.1-async-await'`
2. Below is…
-
Is it because the `.h` file cannot be compiled?
```bash
> vapor build //< failed
```
```bash
> vapor --version
framework: 4.54.2
toolbox: main (7575fe2)
> swift --version
Swift versi…
-
```sh
❯ vapor --version
framework: 4.55.3
toolbox: 18.3.6
```
Ubuntu:
```sh
❯ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 21.10
Release: 21.10
…
-
When application will resign active we invoke "cancel(promise: null)" method for any gRPC call as UnaryCall or BidirectionalStreamingCall. And after application becomes active I always get crash of pr…
-
We've been observing unexpected behaviour running HEAD requests with `HTTPClient` against Github.com.
We're sending the requests to probe if a repository exists for a certain URL but all HEAD reque…
-
I'm fairly new to NIO and promise/future, and trying to pracise to develop a framework or tool to interact with a remote-control toy which has a built-in UDP server. Imagine when the WIFI signal is po…