-
-
Notifications
You must be signed in to change notification settings - Fork 299
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
madatory options should expect {"IceRestart": false} should not pass as true
Same with renegotiate... { "useUpdate" false"} should not evaluate as true
See renegotiate:
if (options['useUpdate'] != null)
should be:
if (options['useUpdate'] != null && options['useUpdate'] == true)
Expected behavior
Expected the config to work like any expected configuration
System Infomation()
Flutter SDK Version: 3.22
Target OS and Version: N/A
Host OS and Version: N/A
mikaelwills
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working