Stefan Koller

Results 1 comments of Stefan Koller

@hatimsue it looks like you are trying to call `this.$session.start()` inside a callback function of `request(...)`. So your `this` points to the wrong context. just cache your `this` context with...