SEAPUNK / socketeer

yet another websocket framework
MIT License
3 stars 0 forks source link

New class: ServerClientPreparer? #43

Closed SEAPUNK closed 8 years ago

SEAPUNK commented 8 years ago

I'm thinking of moving out all of the new connection handshake logic out of ServerClient, and putting it into its own class: ServerClientPreparer, that does not extend ClientAbstract.

I think it'll make maintenance easier in regards to ServerClient, and help prevent some potential bugs.

SEAPUNK commented 8 years ago

I added ClientPreparer. ServerClientPreparer will be something similar.

SEAPUNK commented 8 years ago

Done in 5a4ccb3