cometd.net

Cannot receive CometD messages on .NET

被刻印的时光 ゝ 提交于 2019-12-13 17:41:22
问题 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 =