mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Fix missing MDC Actor tell on session creation
This commit is contained in:
parent
e0ac823dd6
commit
f81d67f959
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue