Ostap
Ostap
That's basically it. So if the file already included it doesn't add it again. Thanks.
Hello, any updates regarding this issue?
We are experiencing the same error, after analyzing Twilio websocket signalling channel it looks like token validation and registration is done via 2 separate messages and there seems to be...
Based on my logs to me this looked like a race condition between `listen` and `register`. `register` must only be processed after `listen` has finished, as the issue doesn't happen...
@avently did you manage to find some answers? I have similar questions.