mirror of https://github.com/sbt/sbt.git
Uncomment publishEvent
This commit is contained in:
parent
9a33550c79
commit
0365d7cb11
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue