Skip to content

Commit

Permalink
Fix Bug - Bluetooth Transport is Slow
Browse files Browse the repository at this point in the history
  • Loading branch information
xujiaao committed Jun 7, 2018
1 parent 3f47378 commit 46307f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ abstract class BluetoothTransport : Transport {
override fun write(data: ByteArray) =
mOutputStream?.run {
write(data)
flush()
} ?: throw IOException("Transport connection is closed")

@Throws(IOException::class)
Expand Down

0 comments on commit 46307f7

Please sign in to comment.