Alexander Mustafin

Results 9 comments of Alexander Mustafin

Sorry, I interject here because my problem is related to Ping/Pong functionality. I'm trying to implement a client that connects to a python server. So, when the server sends pings...

Thank you for the quick response! The pong response I see in Wireshark looks perfectly fine to me. We respond back with the payload we get in the ping (and...

This problem is very frustrating. Does anybody have a patch or a workaround?

The culprit is an incorrect UUID coming from the sip-ua. I don't know where it is coming from but when it isn't a real UUID - iOS code is not...

This is definitely an annoying bug since PushKit is a native way to wake up an app.

Hi @marcos930807 Basically, I tried to define the width property: AwesomeDialog( context: context, width: MediaQuery.of(context).size.width, dialogType: DialogType.INFO, animType: AnimType.BOTTOMSLIDE, title: 'Dialog Title', desc: 'Dialog description here.............', btnCancelOnPress: () {}, btnOkOnPress:...

I have the same issue. Flutter: 3.27.0 MacOS: Sequoia 15.1.1 (MacBook Air M2) Safari: 18.1.1 I've built my Flutter web project, placed it on the web server, and when I...