microsoft / BotFramework-DirectLineJS

JavaScript client library for Microsoft Bot Framework's Direct Line protocol
MIT License
194 stars 127 forks source link

After initializing the Directline in react native No other API call gets called #431

Open aamirpaddercrowdbotics opened 2 weeks ago

aamirpaddercrowdbotics commented 2 weeks ago

I am facing some issue like when I visit the chatbot screen then after that no other REST API call gets called but before that everywhere all REST API calls work properly. Could somebody tell me what's happening.

Here is the initialisation code using ref

directLine.current = new DirectLine({ secret });

aamirpaddercrowdbotics commented 2 weeks ago

@stevkan any solutions