-
-
## Steps to reproduce
1. Try a call
2. No one joins
3. See message about 45s being over blabla
4. Press back button
5. App crashes
### Expected behaviour
Chat is shown
### Actual behaviour…
-
```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
…
-
Opening it here to discuss it better, but maybe now it's also a core Camel concern.
I need to define a Kamelet with an optional parameter, so;
```yaml
# ...
spec:
definition:
propertie…
-
Confirm by changing [ ] to [x] below to ensure that it's a bug:
- [x] I've searched for [previous similar issues](https://github.com/aws/aws-iot-device-sdk-python-v2/issues) and didn't find any solut…
-
**Describe the bug**
I'm sending thousands of messages per minute into IoT Core using `IPC.new_publish_to_iot_core()`, and there seems to be a tiny memory leak in the IPC client, which stacks up over…
-
Hi, when using the latest version (3.0.0-rc5 or 3.0.1-SNAPSHOT) I get the following exception when attaching the router:
```
java.lang.NoSuchMethodError: No static method metafactory(Ljava/lang/i…
-
We had a crash in the Conductor library 3.0.0-rc2
It happened on a Sony Xperia XZ2 with Android 10
Here is the complete stacktrace:
```
Fatal Exception: java.lang.NullPointerException
Attem…
-
Based on these instructions: https://docs.aws.amazon.com/greengrass/v2/developerguide/interprocess-communication.html#ipc-iot-core-mqtt
## Install python sdk on raspi:
```
python3 -m pip instal…
-
I'm working on a system that will allow Conductor to get lifecycle events from a support lib fragment if it's available, else fall back to a native fragment. In order to do this, I've had to create tw…