Closed GoogleCodeExporter closed 9 years ago
Good idea; I added an automatic enumeration instead tho and exposed it in
NetworkThreadName in r97
Original comment by lidg...@gmail.com
on 13 Aug 2010 at 6:44
Why not optional name suffix ?
I have more than one NetPeer and a number doesn't tell me a lot about actual
thread :)
Original comment by NN1436401@gmail.com
on 15 Aug 2010 at 9:02
NetPeer has a NetworkThreadName property that you can match to the thread name;
OTOH there's no reason you shouldn't be able to set it; so it now has a setter
too (r99):
myNetPeer.NetworkThreadName = "BorkBorkBork";
Original comment by lidg...@gmail.com
on 15 Aug 2010 at 10:30
Thanx !
Original comment by NN1436401@gmail.com
on 15 Aug 2010 at 11:17
Original issue reported on code.google.com by
NN1436401@gmail.com
on 12 Aug 2010 at 5:15