jliu1970

Results 4 issues of jliu1970

I read in the earlier release document that OpenAPI 3 support will be added in 2.9 release. However, I could not find it in 2.9 support. Can you help to...

'System.Exception' occurred in SuperSocket.ClientEngine.dll Additional information: The socket is connected, you needn't connect again! occurred ========================================================= Hi Kerry, In an error handling case, our design of the handler of websocket...

Hi Jerry, Is there any way that the client can connect to Spring WebSocket server? When I tried with a client instantiated through WebSocket(host, subprotocol, version) { I tried both...

### Description Send a post request through Iron-ajax. at the function to handle response, I have the code onResponse: function (e, request) { var headers = request.xhr.getAllResponseHeaders(); alert(headers) } ###...