raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

SSL: Couldn't pause thread for message delay #217

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use setSocketFactory(new UtilSSLSocketFactory().trustAllCertificates()) on 
port 9999 (probably not important)
2. Try to disconnect after a while

What is the expected output? What do you see instead?
I'd expect to being Disconnected from the server, instead I get: "Couldn't 
pause thread for message delay".

What version of the product are you using? On what operating system?
Latest

Please provide any additional information below.
If I don't use SSL server, with the parameters above, it is working.

Original issue reported on code.google.com by my...@chatt-gratis.net on 12 Nov 2014 at 9:41

GoogleCodeExporter commented 9 years ago
I cannot reproduce this with UtilSSLSocketFactory or 
SSLSocketFactory.getDefault(). Next time this happens can you post the stack 
trace + a few lines before the exception?

Original comment by Lord.Qua...@gmail.com on 15 Nov 2014 at 10:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Solved. It was not due to pircbotx library. :)

Original comment by my...@chatt-gratis.net on 18 Nov 2014 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by Lord.Qua...@gmail.com on 18 Nov 2014 at 7:51