I write a program on java and a graphical interface for it on javafx everything was fine. But at one moment, the java tm platform se binary error started popping up is not responding. It pops up when I want to send something to the server. What causes this error

  • Infinite loops ... Code to see - Alexander Chernin
  • To solve the problem, attach the code - guerrk1n

1 answer 1

The problem was that I wanted to cram information into a buffer that is smaller than her ... Sorry. Mixed up the conditions. It should have been "while the buffer holds", but it turned out "while there is something to shove."