OSDN Git Service

Fixed an event ordering issue. The server now only
authorPSpeed42@gmail.com <PSpeed42@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Tue, 12 Jul 2011 20:07:11 +0000 (20:07 +0000)
committerPSpeed42@gmail.com <PSpeed42@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Tue, 12 Jul 2011 20:07:11 +0000 (20:07 +0000)
commitc3cab58a5d8b827e3f3dc7f9a4aaa3d04b7f0dfc
tree21a2ecf57629f38d7d9a700b280c03c569946405
parent3a89efddb5271389874040c06589a3dcb91695e2
Fixed an event ordering issue.  The server now only
first the connection added event after sending the
connect confirmation to the client.  This prevents
a resource deadlock if the connection listener
tries to send a message to the client and the
client tries to send a response back... since the
client won't have been fully initialized yet.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7854 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
engine/src/networking/com/jme3/network/base/DefaultServer.java