mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 17:38:02 +02:00
We had similar code for reading json frames from an input stream in NetworkChannel and ServerConnection. I reworked and consolidated this logic into a shared method in ReadJsonFromInputStream. This commit also removes the ObjectMessage reporting methods that weren't doing anything.