Socket read only one line at once

Issue #47 new
Kevin Hamacher repo owner created an issue

The server currently reads all data available by the client at once. This might contain more than 1 JSON request, so it would be better to read only one line at once.

Comments (0)

  1. Log in to comment