vlad259
vlad259

Reputation: 1236

Problem with Socket.BeginConnect in MonoTouch 4.01 (was OK in 3.2.6)

I've got some extensive .Net socket code that I have been using in MonoTouch 3.x with no problems. Beginning with MonoTouch 4.00, my Socket.BeginConnect calls no longer fire their supplied callbacks.

It's moderately painful to switch between MonoTouch 3.x and 4.x on my development machine here so I haven't performed an extensive comparison of the socket object state between the two yet, but I was wondering if anybody had had similar issues?

Will be back to edit this when I have more information.

Upvotes: 1

Views: 245

Answers (1)

Geoff Norton
Geoff Norton

Reputation: 5056

This was a bug with MonoTouch 4.0, we're working on a fix and will have a 4.0.2 out to address this soon.

Upvotes: 1

Related Questions