We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after switching on 0.3.4 version for handling 502 error i've got an another frustrating bug
фев 23, 2018 10:49:53 AM morse.polling invoke SEVERE: HTTP request timed out, stopping polling
i've just strarted pooling as (<!! (p/start token handler))
(<!! (p/start token handler))
please help=)
The text was updated successfully, but these errors were encountered:
fixed it by adding timeout opts to p/start like this (<!! (p/start token handler {:timeout 30}))
(<!! (p/start token handler {:timeout 30}))
Sorry, something went wrong.
For some reason, telegram's API was not as precise with time and doubled timeout happened before morse gets a response from telegram.
I've bumped timeout for hack ten times and released a quick fix as [morse "0.3.6"]
[morse "0.3.6"]
No branches or pull requests
after switching on 0.3.4 version for handling 502 error i've got an another frustrating bug
i've just strarted pooling as
(<!! (p/start token handler))
please help=)
The text was updated successfully, but these errors were encountered: