Putting this out there hoping that someone else has run into this and might be able to help track it down.
In one of my apps (APT to be exact) when I build with 2024r4 (and 4.1 beta) my async URLConnections sometimes don’t call their ContentReceived or Error events. It looks like it has something to do with the number of requests that are in progress because 3 requests appears to work and four does not. It also seems to be connected to the length of time the request takes to be returned, whether that’s content size or server lag, I don’t know yet, but so far it’s not reproducible with a series of Gets against my website.
I’m trying to extract the exact code to see if there’s anything reproducible, but no luck yet.
Anyone else running into something like this?