Merge pull request #17054 from nordicway/actor-docs
=doc fix PoisonPill typo in Actor lifecycle
This commit is contained in:
commit
823ccdd3ca
3 changed files with 5 additions and 5 deletions
|
|
@ -74,7 +74,7 @@ class TcpIntegrationSpec extends AkkaSpec("""
|
|||
verifyActorTermination(serverConnection)
|
||||
}
|
||||
|
||||
"properly handle connection abort via PosionPill from client side" in new TestSetup {
|
||||
"properly handle connection abort via PoisonPill from client side" in new TestSetup {
|
||||
val (clientHandler, clientConnection, serverHandler, serverConnection) = establishNewClientConnection()
|
||||
clientHandler.send(clientConnection, PoisonPill)
|
||||
verifyActorTermination(clientConnection)
|
||||
|
|
@ -83,7 +83,7 @@ class TcpIntegrationSpec extends AkkaSpec("""
|
|||
verifyActorTermination(serverConnection)
|
||||
}
|
||||
|
||||
"properly handle connection abort via PosionPill from client side after chit-chat" in new TestSetup {
|
||||
"properly handle connection abort via PoisonPill from client side after chit-chat" in new TestSetup {
|
||||
val (clientHandler, clientConnection, serverHandler, serverConnection) = establishNewClientConnection()
|
||||
chitchat(clientHandler, clientConnection, serverHandler, serverConnection)
|
||||
|
||||
|
|
@ -94,7 +94,7 @@ class TcpIntegrationSpec extends AkkaSpec("""
|
|||
verifyActorTermination(serverConnection)
|
||||
}
|
||||
|
||||
"properly handle connection abort via PosionPill from server side" in new TestSetup {
|
||||
"properly handle connection abort via PoisonPill from server side" in new TestSetup {
|
||||
val (clientHandler, clientConnection, serverHandler, serverConnection) = establishNewClientConnection()
|
||||
serverHandler.send(serverConnection, PoisonPill)
|
||||
verifyActorTermination(serverConnection)
|
||||
|
|
@ -103,7 +103,7 @@ class TcpIntegrationSpec extends AkkaSpec("""
|
|||
verifyActorTermination(clientConnection)
|
||||
}
|
||||
|
||||
"properly handle connection abort via PosionPill from server side after chit-chat" in new TestSetup {
|
||||
"properly handle connection abort via PoisonPill from server side after chit-chat" in new TestSetup {
|
||||
val (clientHandler, clientConnection, serverHandler, serverConnection) = establishNewClientConnection()
|
||||
chitchat(clientHandler, clientConnection, serverHandler, serverConnection)
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
|
|
@ -319,7 +319,7 @@
|
|||
style="font-weight:normal;-inkscape-font-specification:'Franklin Gothic Medium, Oblique'"
|
||||
id="flowSpan8013"> or</flowSpan></flowPara><flowPara
|
||||
id="flowPara8005"
|
||||
style="font-style:normal;-inkscape-font-specification:'Franklin Gothic Medium, Bold'">PosionPill</flowPara></flowRoot> <text
|
||||
style="font-style:normal;-inkscape-font-specification:'Franklin Gothic Medium, Bold'">PoisonPill</flowPara></flowRoot> <text
|
||||
xml:space="preserve"
|
||||
style="font-size:8px;font-style:oblique;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Franklin Gothic Medium;-inkscape-font-specification:Sans"
|
||||
x="296.08759"
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Loading…
Add table
Add a link
Reference in a new issue