tlily / tigerlily

perl client for the lily chat server
http://www.tlily.org/
GNU General Public License v2.0
11 stars 7 forks source link

cj: bible command broken #12

Open coke opened 6 years ago

coke commented 4 years ago

Bible, forecast, weather, anagram all require https:// connections, which don't work with TLily::Server::HTTP - Hard to debug. Switching them over to synchronous calls, like stock did, would avoid the problem, but I prefer to keep most of the commands asynchronous to avoid slowdowns on CJ.

Hard to debug those connections, they are hand rolled HTTP clients