hramenko / bauglir-websocket

Automatically exported from code.google.com/p/bauglir-websocket
0 stars 0 forks source link

Clean source code, there is too much thing duplicated in client/server connection #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since WS client connection and WS server connection object are inherited from 
different type of connections objects, there is too much thing duplicated.
In fact, there is no reason for 2 object types (each for different type of 
connection), there can be only one.

Original issue reported on code.google.com by Bronisla...@bauglir.com on 24 Apr 2011 at 9:25

GoogleCodeExporter commented 9 years ago
Since version 1.1.0.
The two types handeling connections: TCustomClientConnection and 
TCustomServerConnection were merged to one object TCustomConnection since there 
were no reason to have 2 types. 
When upgrading, just change TCustomServerConnection type to TCustomConnection

Original comment by Bronisla...@bauglir.com on 24 Apr 2011 at 1:26