signalr_client
signalr_client copied to clipboard
Incompatibility with http 1.1.0
Hi there, After upgrading the http package to http 1.1.0, the latest version of your plugin doesn't work, and it's not compatible with it. Can you please fix the issue and make it work with the latest version of the http package?
Any Update on this ?
Meanwhile override
the http
package in dev_dependencies
can work
any updates on this?
Ditto
any update?
Meanwhile
override
thehttp
package indev_dependencies
can work
Can you please explain. Did you mean to fork signalr and after this override its http?
@Artath in the pubspec.yaml
, add the below snippet.
dependency_overrides:
http: ^1.1.0
I stumbled upon the same. Then I thought, hey it's open source. Still two weeks later, why is nobody opening a PR for this issue ... Thanks for the suggestion @nayanAubie