Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jabber: fix repeater leak with error on connecting #376

Closed
wants to merge 1 commit into from

Conversation

ForNeVeR
Copy link
Member

@ForNeVeR ForNeVeR commented Apr 9, 2016

Fixes #375 with the fix proposed in the issue comment.

@@ -59,30 +60,33 @@ class JabberProtocol() extends Actor with ActorLogging {
val actor = context.actorOf(
Props(new MucMessageHandler(locale, self, jid, nickname)), jid)

try {
val muc = Try({
// TODO: Move this code to the room actor and use "let it fall" strategy ~ F
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have an issue for this TODO btw?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've created it: #377.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@rexim
Copy link
Member

rexim commented Apr 9, 2016

I approve the shit! Thank you!

@rexim rexim assigned ForNeVeR and unassigned rexim Apr 9, 2016
@ForNeVeR ForNeVeR closed this Apr 9, 2016
@ForNeVeR ForNeVeR deleted the bugfix/repeater branch April 9, 2016 15:11
@ForNeVeR
Copy link
Member Author

ForNeVeR commented Apr 9, 2016

Thanks for the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Endless blood streams
2 participants