Hi, If you have your code like this, `DDPClient client = new DDPClient(sub); client.Connect("xxx.xxx.xxx.xxx:3000");` client.Connect will hang if, at the time, the server is down. Do you know how this situation should be handled? Thanks