You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the HttpServer can not work when the ActorSystem name contains underscore.
And I debug it and find the ActorSystem name is treated as an URL host name and then parsed failed.
But the program does not give me any hint for this limit.
Test Code:
sbt-version: 2.11.11
colossus-version: 0.10.1
When I do post to http://localhost:9000/ack, I will get logs like below
[INFO] [09/04/2019 20:14:30.191] [ab_cd-akka.actor.default-dispatcher-11] [akka://ab_cd/deadLetters] Message [colossus.core.Worker$NewConnection] from Actor[akka://ab_cd/user/server-testServer#1510445994] to Actor[akka://ab_cd/deadLetters] was not delivered. [1] dead letters encountered. If this is not an expected behavior, then [Actor[akka://ab_cd/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
[INFO] [09/04/2019 20:14:30.192] [ab_cd-akka.actor.default-dispatcher-3] [akka://ab_cd/deadLetters] Message [colossus.core.Worker$NewConnection] from Actor[akka://ab_cd/user/server-testServer#1510445994] to Actor[akka://ab_cd/deadLetters] was not delivered. [2] dead letters encountered. If this is not an expected behavior, then [Actor[akka://ab_cd/deadLetters]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
The text was updated successfully, but these errors were encountered:
I found that the HttpServer can not work when the ActorSystem name contains underscore.
And I debug it and find the ActorSystem name is treated as an URL host name and then parsed failed.
But the program does not give me any hint for this limit.
Test Code:
sbt-version: 2.11.11
colossus-version: 0.10.1
When I do post to
http://localhost:9000/ack
, I will get logs like belowThe text was updated successfully, but these errors were encountered: