J
Jon Skeet [C# MVP]
Anyone know why the ConnectionManager.Connect method makes the
connection exclusive? In my testing, I've found that it's *much* more
error prone that way. In particular, if it's a GPRS connection and it
gets dropped during use (loss of signal and hibernation being the
normal reasons) you can't regain the connection without turning the
phone off and on again, as far as I can see - it's as if something
thinks the connection is still there, but it's not usable.
Since making the connection non-exclusive (in my own copy of the source
code) I haven't seen any connection problems.
connection exclusive? In my testing, I've found that it's *much* more
error prone that way. In particular, if it's a GPRS connection and it
gets dropped during use (loss of signal and hibernation being the
normal reasons) you can't regain the connection without turning the
phone off and on again, as far as I can see - it's as if something
thinks the connection is still there, but it's not usable.
Since making the connection non-exclusive (in my own copy of the source
code) I haven't seen any connection problems.