#WebSocket API issue

1 messages · Page 1 of 1 (latest)

glossy hemlock
#

Hi. First off, I'm not from ElevenLabs, this server mainly only has community support.

What you've described is not possible with WebSocket. It uses TCP as its underlying transport layer, which ensures packets are received in order.

Maybe your code is accidentally sending them in jumbled order, or your receiving code is not handling it properly. These things can happen with asynchronous code.