Waad Sulaiman
Waad Sulaiman
Is anyone working on this?
@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?