IOException: too many concurrent streams

I mean there shouldnt be suddenly so many more than there have used to be

All it takes is something simple like that web service responding 25ms slower (or 1s, or not at all) and you're hosed.

It sounds like you've put an external dependency accessed over the network into what is effectively the "UI" thread or hot path of your Perspective application.

1 Like

Snort!

Famous last words. But there is.

1 Like

true true, but this code really has remained unchanged for a while xd

yes the api calls are quite integrated with bindings/transfroms and stuff in this project...

hmm i think i just found an api call that is taking 3 minutes... that sure is a problem

it probably took so long because its getting overloaded by requests i guess

2 Likes