Increase ReceiveMessage buffer to 32K.
This commit is contained in:
parent
af099514dd
commit
0d8e9903cb
|
|
@ -131,7 +131,7 @@ public class RealTimeCompletionProvider : IRealTimeCompletion
|
|||
Action<RoleDialogModel> onInputAudioTranscriptionCompleted,
|
||||
Action onUserInterrupted)
|
||||
{
|
||||
var buffer = new byte[1024 * 16];
|
||||
var buffer = new byte[1024 * 32];
|
||||
WebSocketReceiveResult result;
|
||||
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in a new issue