wsky / top-link

embedded duplex multi-channel endpoint and connection management for c#/java/...
6 stars 1 forks source link

endpoint.identity parse onConnect optional? #45

Closed wsky closed 11 years ago

wsky commented 11 years ago

usually, endpoint connection build via:

connect->send identity for auth

but for websocket, handshake already resovle auth problem, so server need be able to ignore connect message on websocket, maybe add a feature that can ignore it.