* Expectation: clients get a not found error, passes
*/
@Test
public void t95_TwoSubscribersServerGetsDestroyed() throws Exception {
SCClient client2 = new SCClient(TestConstants.HOST, TestConstants.PORT_SC1_TCP, ConnectionType.NETTY_TCP);
client2.attach();
SCPublishService service1 = client.newPublishService(TestConstants.pubServiceName1);
SCPublishService service2 = client2.newPublishService(TestConstants.pubServiceName1);
SCSubscribeMessage subMsgRequest = new SCSubscribeMessage(TestConstants.pangram);
subMsgRequest.setDataLength(TestConstants.pangram.length());