-
HI.
I'm building an app and have some issue.
Here is my scenario.
```javascript
// Establish WebRTC Connection
InCallManager.start({ media: 'video', auto: true });
// Communicate through RTC…
-
**Describe the bug**
Hello! I'm not a Java expert, but was happy to find this easy websocket implementation.
I've run into a race condition with closing a server, and immediately opening a new ser…
-
I'm receiving a
```
{
"result": "fail",
"error": "Not allowed to access service from outside the private network!"
}
```
Error when trying to create a new user after initial install. I'm o…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
### Steps to reproduce
Run sample application with --enable-impeller flag
Open memory profiler
Scroll Grid or just wait
The amount of used Graphics memory will increase infinitely
tested on f…
-
### [READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in __the code in this repository__.
If you have a general question, need help debugging, or fall into som…
-
I just spent an hour digging through this so I might be wrong, but it seems to me the `wss:` protocol is seriously broken.
TL;DR It connectes to a server, doesn't support SNI and doesn't check the …
-
I expect the `run_forever()` in `threadedclient.py` to return when the websocket has completely finished. However, it can return before the websocket's `closed()` method has returned.
The `run_forve…
-
I'm cataloging apps according to their transparency and found your open source app but as it's the first I come across to use Visual Studio C#, I'm a bit lost on how to build it. Would I need a Window…
-
I use `pusher_client: ^2.0.0` it works without any problem with Android but when run my project on ios simulator I get error in the console.
when I run `flutter run` I get the following errors.
```…