canjs / can-connect-feathers

The FeathersJS client library for DoneJS and can-connect
https://canjs.com/doc/can-connect-feathers.html
MIT License
10 stars 4 forks source link

call session.get() only if session.current is undefined (not null) #59

Closed ilyavf closed 7 years ago

ilyavf commented 7 years ago

otherwise we are getting into an infinite loop between Session.current getter and an external subscriber.