@@ -58,8 +58,8 @@ sub _identified {
|
|||||||
|
|
||||||
## Keep the connection in the registry in case the user
|
## Keep the connection in the registry in case the user
|
||||||
## wants to issue FIN/REQs inside the callback
|
## wants to issue FIN/REQs inside the callback
|
||||||
$self->{routing}->{$msg->{message_id}} = $conn;
|
$self->{routing}->{ $msg->{message_id} } = $conn;
|
||||||
weaken( $self->{routing}->{$msg->{message_id}} );
|
weaken($self->{routing}->{ $msg->{message_id} });
|
||||||
|
|
||||||
$self->{message_cb}->($self, $msg);
|
$self->{message_cb}->($self, $msg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user