Skip to content

Commit fa3c086

Browse files
songguocolakevinlin09
authored andcommitted
fix:websocket client for audio
1 parent c172449 commit fa3c086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/alibaba/dashscope/protocol/okhttp/OkHttpWebSocketClientForAudio.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public void run() throws Exception {
122122
log.error(String.format("sendStreamData exception: %s", ex.getMessage()));
123123
responseEmitter.onError(ex);
124124
}
125-
});
125+
},STREAMING_REQUEST_EXECUTOR);
126126
return future;
127127
}
128128

0 commit comments

Comments
 (0)