izestyler / gwlp-revived-open-source

Automatically exported from code.google.com/p/gwlp-revived-open-source
0 stars 0 forks source link

Move object locking to private scope #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This: (just as an example)

lock (client = World.GetClient(xyz)) {}

Should be deleted and there should be a private lock object
inside the classes that can be accessed by multiple threads.

(Especially classes at 'World')

Original issue reported on code.google.com by apple9...@googlemail.com on 17 Sep 2011 at 7:21

GoogleCodeExporter commented 9 years ago

Original comment by apple9...@googlemail.com on 18 Sep 2011 at 4:31

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r26.

Original comment by `` on 18 Sep 2011 at 8:55

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r27.

Original comment by `` on 18 Sep 2011 at 9:03