Oxidizer hangs

Hello

I had few oxidizer hangs but this time decided to check if this was not random and is not.
Please try oxidizer for this objective-c to C#:

[UIView animateWithDuration:0.5 animations:^{
favbutton.alpha = 0.0f;
} completion:^(BOOL finished) {
favbutton.imageView.animationImages = [NSArray arrayWithObjects:trans_img,nil];
[favbutton.imageView startAnimating];
[UIView animateWithDuration:0.5 animations:^{
favbutton.alpha = 1.0f;
}];

For me it hangs VS always (is not responsible and need kill). There are was other hangs and as I remember, related with comment in obj-c code. If will find any, then will report too.

b.r.

Thanks, logged as bugs://72671

bugs://72671 got closed with status fixed.

another portion of code where oxidizer hangs. Maybe after fix it will work, but is worth to check :smile:

NSURLSessionDataTask *dataTask = [[NSURLSession sharedSession] dataTaskWithRequest:request completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) {
    NSHTTPURLResponse* httpResponse = (NSHTTPURLResponse*)response;
    NSUInteger responseStatusCode = [httpResponse statusCode];

I’d appreciate of you could retest tis with the next beta. Thanx!

I’ll :):slight_smile:

b.r.

Working in 8.2.88.1811 :slight_smile:

1 Like