I get an error when using using latest ql version and cl-async master
(as:with-event-loop ()
(bb:catcher
(bb:alet ((result (das:http-request "https://www.firma8.com/")))
(format t "result: ~s" result))
(t (e) (format t "error: ~a" e))))
Error:
There is no applicable method for the generic function
#<STANDARD-GENERIC-FUNCTION
(SETF CL-ASYNC-SSL::SOCKET-SSL-FUNCTION) (1)>
when called with arguments
(CL-ASYNC-SSL::SSL-CONNECT
#<CL-ASYNC:ASYNC-IO-STREAM {100CA7A063}>).
[Condition of type SIMPLE-ERROR]
I get an error when using using latest ql version and cl-async master
Error: