cgmartin / clj-wamp

WebSocket Application Messaging Protocol (WAMP) for Clojure and HTTP Kit
http://cljwamp.us
Eclipse Public License 1.0
54 stars 12 forks source link

Allow custom function for generating the client session id #8

Closed cgmartin closed 11 years ago

cgmartin commented 11 years ago

Currently the add-client fn generates a client session id from time and an incremented id. Allow this session id generation function to be customized. ie. pull id from a centralized data store when scaling horizontally.

cgmartin commented 11 years ago

Implemented in release-1.1 branch.