I have recently upgraded my flutter version in my app. But when I want to debug the application, it shows me the following error.
Error connecting to the service prot
I fixed the issue by setting request.persistentConnection = false; (default is true)
Writing this in case someone has the same problem...