QuantumZA 0 Posted 19 hours ago When using the `TSslWebSocketCli.WSConnect` method an expected Connection Refused error is thrown (See Attached). I want to hide this. How can I do so? I have tried wrapping a `try..except` block around it without any luck. I have also assigned the Error and Exception events to empty procedures. Share this post Link to post
Angus Robertson 630 Posted 11 hours ago Set the component ResponseNoException property to true, and the exceptions are replaced by messages. This is a historical thing to not break old applications, but should probably default to true now. Angus 1 Share this post Link to post