Java socket swingWorker running but no message received or transmitted

前端 未结 3 524
无人及你
无人及你 2020-11-29 13:06

A few days ago i tried to create a server - client or client Server as an experiment to learn about socket using a thread but then someone told me that i should use swingWor

3条回答
  •  北海茫月
    2020-11-29 13:38

    I see your server port is 8900 and your client port is 8900 too. I am not sure if it matters if the server and client are running on the same machine...

提交回复
热议问题