-
Currently we use the [flutter_local_notification](https://pub.dev/packages/flutter_local_notifications) plugin to set contest notifications. We can improve upon the efficiency and reduce the weight of…
-
### Documentation
- [X] I've checked the guide, but it doesn't help me to resolve the issue.
### Description
We're experiencing a NullPointerException in PushwooshPlugin.onDetachedFromEngine when …
-
### Is your feature request related to a problem? Please describe.
I used `Channel.QueueDeclare` concurrently and got the following error:
```
Exception (503) Reason: "unexpected command received"
…
-
I'm using this code to join the channel:
`SlackChannel::join('C1234567890')`
In the response I'm getting this error message:
```
"ok" => false
"error" => "invalid_arguments"
"message" => "[E…
-
[23:22:07] [Netty Client IO #5/INFO]: Received common config 'fallingtrees:fallingtrees_common' from server
[23:22:07] [Netty Client IO #5/INFO]: got config
[23:22:07] [Netty Client IO #5/ERROR]: Ex…
-
Don't know if it is possible to add non-blocking channel send method. If the channel has no free capacity, an exception is thrown directly. Do not block the current fiber.
-
Hello,
Client have been connect ssh server using `tcpip-direct` channel, Is there any possible change the channel to `session` channel ? I'm not familiar with ssh protocol.
```
def handle(clie…
-
Just pasting this here so it's something that can be referenced more publicly. These are a number of loosely organized concepts we've been brainstorming for potential future use with Graphite's use of…
-
App crashes when webview is closed from method channel API
## Reproduce Steps
Steps to reproduce the behavior:
1.Update to Flutter version 3.22.0
2. Close from the close API method channel
…
-
Looking for some input on this one!
When initially designing the project, I decided to place the main I/O methods in the `IoUring` class like so:
* `ring.queueRead(channel, buffer)`
* `ring.que…