Cannot receive CometD messages on .NET
问题 I am developing WinForm desktop application. I am successfully handshaking with CometD server and then sending change requests to the server. I am sure that requests are successfully received and request command is done by the server and finally expecting that there is a State Changed message by the CometD server. However, there is no message received to me onMessage() method. Does anyone know why? Any suggestions? public void getCometDAuthenticationRequest(HttpWebRequest request) { request =