Signed-off-by: Pedro Melo <melo@simplicidade.org>
This commit is contained in:
Pedro Melo
2015-01-02 12:46:29 +00:00
parent f56271c965
commit 1c5a3526fd

View File

@@ -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);
} }