OSDN Git Service

なんとなく問題点を明らかにする。(通信回り)
[gokigen/FujiCam.git] / app / src / main / java / net / osdn / gokigen / cameratest / fuji / Communication.java
index 3ab60ac..d839b06 100644 (file)
@@ -143,6 +143,7 @@ class Communication
     {
         try
         {
+            Thread.sleep(50);
             byte[] byte_array = new byte[BUFFER_SIZE];
             InputStream is = socket.getInputStream();
             if (is != null)