jliu1970

Results 12 comments of jliu1970

I suspect that the Open() method needs to support STOMP's connect frame. But could not figure out a way to pass the frame to Open() method. Thanks Jimmy

Sorry, Kerry. I mistyped your name to Jerry in my initial message. Please advise. Thanks Jimmy

Kerry, Sorry, it took me a couple of days to get back to you. The following is the capture of the "GET /cadrs/v1/websocket/infor HTTP/1.1" request. Please let me know if...

and the [Full request URL: http://10.10.21.208:8080/cadrs/v1/websocket/info] has information of: {"entropy":-1545485823,"origins":["*:*"],"cookie_needed":true,"websocket":true}

Following by this frame: Frame 28: 275 bytes on wire (2200 bits), 275 bytes captured (2200 bits) on interface 6 Ethernet II, Src: IntelCor_68:27:93 (cc:3d:82:68:27:93), Dst: IntelCor_e1:04:3d (cc:3d:82:e1:04:3d) Internet Protocol...

I will try Fiddler and let you know what I get. Thanks Jimmy

Hi Kerry, Please see attached for the Fiddler capture. Also, app.zip is the main test client code I used. Thanks Jimmy [app.zip](https://github.com/kerryjiang/WebSocket4Net/files/1414911/app.zip) [FiddlerCaptureWebSocket.zip](https://github.com/kerryjiang/WebSocket4Net/files/1414906/FiddlerCaptureWebSocket.zip)

Here is a capture through Chrome. ![websocketcapture](https://user-images.githubusercontent.com/27738059/32007607-98e445c6-b96f-11e7-8e23-31338e2bdf10.png)

Hi Kerry, Please advise if my latest capture included information that you were looking for. Thanks Jimmy

Yea, it is not really intuitive. RabbitMQ really serves as a full function StompBrokerRelay component in the Spring WebSocket solution. From a client point of view, it talks to a...