codingteam / horta-hell

Configurable XMPP bot written in Scala based on the Akka framework.
MIT License
15 stars 8 forks source link

Fix connection timeout #415

Closed ForNeVeR closed 7 years ago

ForNeVeR commented 7 years ago

This PR adds a configurable timeout that will be used for both XMPP stuff and socket timeouts. This fixes the bug in my environment if I use 30 sec timeout.

Closes #414.

ForNeVeR commented 7 years ago

Currently fixing the tests.

ForNeVeR commented 7 years ago

@rexim please review!

ForNeVeR commented 7 years ago

Thanks for the review.