Hendrik

Results 3 comments of Hendrik

If you call a method `lazy` wont work. You could wrap it into a singleton which creates your instance and calls `login` to avoid this. Remove and you'll see lazy...

It's not a singleton, i just lazily called it that. I have a service with a public method that creates a new instance of the sftp. That instance only lives...