gojek / courier-flutter

Dart port of our popular courier library
43 stars 8 forks source link

Can't connect MQTT with SSL/TLS in iOS #11

Closed mazidahmad closed 1 year ago

mazidahmad commented 1 year ago

Hi, I want to report an issue when I want to connect MQTT with SSL/TLS scheme. I just try to connect and reach the connect timeout. If I see from the code, the SSL connection will active if the port connection is only 443. Can it be more dynamic?

image image
alfianlosari commented 1 year ago

This is now supported with this merged PR https://github.com/gojek/courier-flutter/pull/13