Damian Cudzik
Damian Cudzik
I was migrating an HTTP Server to FlyingFox and I encountered a client side error "Socket write failed". I spent some time to discover this line: https://github.com/swhitty/FlyingFox/blob/ed86fc6d68ec1467aaab3e494b581e66dd7a4512/FlyingFox/Sources/HTTPConnection.swift#L122 The client app...
patrol cli develop always stops running after ~330 seconds. logs: Logs ``` dart run /patrol/packages/patrol_cli/bin/main.dart develop --target integration_test/example_test.dart ✓ Completed building app with entrypoint test_bundle.dart for iOS simulator (56.7s) •...
Now we build the predictor in this way on the iOS side: ``` if let value = value { conditions.append("value == %@") values.append(value) } ``` where `value` is a Selector...
### Steps to reproduce 1. git checkout 827b11c764d63123259560e8546aab71b61c1470 - current master 2. dart run /patrol/packages/patrol_cli/bin/main.dart test --verbose --target integration_test/example_test.dart ### Actual results Android test builds always failed with this error....