Kotlin Client send and receive image from Linux python3 socket Server
I'm trying to send and receive Image with Socket connect
However, the string between the client and the server can be exchanged, but it does not proceed from exchanging images.
This is My Kotlin Client code
class MainActivity : AppCompatActivity() {
lateinit var binding: ActivityMainBinding
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
binding = ActivityMainBinding.inflate(layoutInflater)
setContentView(binding.root)...