Waad Sulaiman

Results 4 comments of Waad Sulaiman

@clmorales package: `cure: ^0.1.0-nullsafety.0` ```dart final HubConnectionBuilder builder = HubConnectionBuilder() ..url = _url ..logLevel = LogLevel.critical ..httpConnectionOptions = HttpConnectionOptions( headers: { "remote-ip-address": ipAddress ?? "", "platform-type": PlatformInfo().platform.name.capitalizeFirstLetter() }, ) ..reconnect...

It's not an Issue. Just change `requestTimeout` inside `HubConnectionBuilder`.

So is anyone doing something about this or what?