indutny / sticky-session

Sticky session balancer based on a `cluster` module
964 stars 99 forks source link

Hosts & Accessible Server Instance (and tests) #50

Open drewdotpro opened 8 years ago

drewdotpro commented 8 years ago

Feature: Host can be set in options. Feature: The server instance, with .address() function etc is passed back on master(old: master=false worker=true, new: master=serverInstance, worker=false) - this only happens if you set options.returnInstance to true, otherwise it is 'classis style'. Existing tests have been updated to manage async issues. 2 new tests (for the 2 new features) have been added.

drewdotpro commented 6 years ago

Is this repo no longer maintained?