Alejandro,
from the looks of this log message:
> 2013-12-11T19:47:20.962Z [INFO ] akka.actor.LocalActorRef:74
> [api-v3-akka.actor.default-dispatcher-10]
> [akka://api-v3/system/IO-TCP/selectors/$a/278] - Message
> [akka.io.Tcp$Register] from
> Actor[akka://api-v3/user/IO-HTTP/listener-0/275#-1988702892] to
> Actor[akka://api-v3/system/IO-TCP/selectors/$a/278#-1755084688] was not
> delivered. [2] dead letters encountered. This logging can be turned off or
> adjusted with configuration settings 'akka.log-dead-letters' and
> 'akka.log-dead-letters-during-shutdown'.
your TCP-level connection actor was already dead at the time the Register command from the HTTP layer arrived.
If you want to extend the registration timeout you'll have to do it on both layer, i.e. via both of these settings:
- spray.can.server.registration-timeout (default is 1s)
- akka.io.tcp.register-timeout (default is 5s)
It seems that you increased the first setting to more than the second setting which would explain the log message from above.
Cheers,
Mathias
---
mat...@spray.io
http://spray.io
> --
> You received this message because you are subscribed to the Google Groups "spray-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
spray-user+...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.