First of all, I’m new to this forum and I’m having a great time with uLisp.
A project of my continually polls a server using with_client sometimes however this server is not available and uLisp stops the loop and gives me the error “Error: ‘with-client’ connection failed”.
I’m ooking for a way to ignore this error and continue with the polling loop but do not know how. I’ve looked at the documentation but cannot find anything.
Is this possible?
Thank you.