mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 09:37:02 +02:00
Uncomment publishEvent
This commit is contained in:
@@ -53,8 +53,8 @@ final class NetworkChannel(val name: String, connection: Socket) extends Command
|
||||
|
||||
def publishEvent[A: JsonFormat](event: A): Unit =
|
||||
{
|
||||
// val bytes = Serialization.serializeEvent(event)
|
||||
// publishBytes(bytes)
|
||||
val bytes = Serialization.serializeEvent(event)
|
||||
publishBytes(bytes)
|
||||
}
|
||||
|
||||
def publishEventMessage(event: EventMessage): Unit =
|
||||
|
||||
Reference in New Issue
Block a user