Hello growthbook, I am having a problem with closi...
# ask-questions
w
Hello growthbook, I am having a problem with closing the growthbook connection. My app is currently unable to shutdown gracefully. The connection to growthbook SDK cannot be closed. I am using growthbook on nodejs server side, version
"0.36.0"
Copy code
public async onClose(): Promise<void> {
    this.sdk.destroy()
    return await Promise.resolve()
  }
@fresh-football-47124 any idea? 🙏
f
can you share the full code you're using?