Bryce Johnson
Bryce Johnson
@ltrung I wanted to follow up on the status of this. It has become quite a headache for us, because when the signaling client state changes to not ready, we're...
@ltrung thanks so much for the prompt and helpful reply 🙏 > When the signaling client state changes to not ready, did reconnection happen? Did you receive audioVideoDidStartConnecting for reconnecting...
I'm curious -- does a single throttled message change the ready state of the signal client? If we stopped sending messages, how we would we know when to try again?
 notice that it's trying to import 'esc.widgets.esc.widgets' -- that's where the inheritance is messed up. Should be asking for esc.widgets
Yeah, you're right. It's an error in the generated code. But what's weird is that we don't run into the same problem with grunt-ts. And, we're just using the triple-slash...
I think you're on to something there re: "that they are indicating a different ordering than what you would get by specifying a single file as the starting point for...
Interesting. That makes sense. Any chance you'll ever add a single input file option? If not, it's possible that we should stick with grunt-ts, since what we're doing isn't quite...
Sure, go for it. Thanks for taking the time to work through this with me. Cheers!
That would definitely suit our situation better. It would give us the kind of control we need over source order. I'll stay tuned.