akka-in-action icon indicating copy to clipboard operation
akka-in-action copied to clipboard

Chapter 6 - Remoting - FrontendMain and BackEndMain - first http message ignored

Open cavapoo2 opened this issue 7 years ago • 0 comments

Sending the very first http messages always gets ignored. Seems like its stuck in identify state. Sending the first message (which will get ignored) seems to force it to move to identified state. All subsequent http messages then are accepted / handled.

Im not sure why (still learning). can be fixed with stash() and unstashAll() but sure this is not best way.

cavapoo2 avatar Aug 17 '17 19:08 cavapoo2