RealityShard / Documentation

The collected R:S documentation material.
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Proper implementation of the shardlet <-> network communication #4

Closed ephe-meral closed 12 years ago

ephe-meral commented 12 years ago

Implement the remaining features to be able to let a game-app communicate with a client via TCP network connection.

ephe-meral commented 12 years ago

Fixed/Done.

Details: Re-implemented the ConcurrentNetworkManager, moved ProtocolFilters to the ContextManagers scope, (did some minor changes to the containers design) and finally tested everything with a sample GameApp / Protocol