QuantumZA 0 Posted Saturday at 12:17 AM 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 633 Posted Saturday at 08:30 AM 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