Fix missing MDC Actor tell on session creation

This commit is contained in:
Chord 2016-05-02 22:28:11 -04:00
parent e0ac823dd6
commit f81d67f959

View file

@ -75,7 +75,7 @@ class SessionRouter extends Actor with MDCContextAware {
// send the initial message with MDC context (give the session ID to the lower layers)
sessionById{session.id}.startOfPipe !> HelloFriend(sessionById{session.id}.nextOfStart)
sessionById{session.id}.startOfPipe ! RawPacket(msg)
sessionById{session.id}.startOfPipe !> RawPacket(msg)
MDC.clear()
}