Skip to content

Commit

Permalink
feat: socket timeout 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
redcarrot1 committed Jan 12, 2024
1 parent c2d3601 commit e661f74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public List<Inference> inferenceImage(byte[] file) {
bos.flush();

// 2. receive data
bis.read(readByteArray);
int k = bis.read(readByteArray);

// 3. send image
System.out.println("이미지 전송 " + file.length);
Expand Down

0 comments on commit e661f74

Please sign in to comment.