Hi, I already posted this question on Stackoverflow on May 31, but didn't receive any answer, so I decided to create an Issue in hope you can help me. What I expect Zuul to do Keep a xhr_streaming connection alive and receive the heartbe...
Spring Cloud Zuul是一个用于构建基于微服务架构的API网关的开源项目。它作为服务网关,可以将所有的请求路由到相应的微服务,同时还提供了诸如安全、负载均衡、限流等功能。在微服务架构中,使用Zuul作为API网关可以帮助简化服务之间的通信,增强服务的可靠性和可维护性。本...
During the first 500 ms, the connection stays alive. After that, it gets closed as expected. However, thexhr_streamingtransport starts an infinite loop: it tries to connect to the server, then SockJS server (not the app logic) immediately closes that connection with the code/reason provided ...
we are using sockjs-client version 1.1.2. our backend written in java with spring 4 the socket is working and delivering all our messages but chrome page crashes after several minutes. we are encountering a batch of xhr_streaming traffic...
All transports were refactored, some transports were introduced: htmlfile and separate xhr-streaming. Added logic to detect support for http chunking, and thus a possibility to rule out streaming transports before running them. Added 'cookie' option, useful for cookie-based load balancing (currently...
POST http://localhost:8000/sockjs-node/826/1mqmfbyx/xhr_streaming?t=1580090925171 403 (Forbidden) There are other errors too but I imagine they stem from this. marcoippolito commented Jan 28, 2020 @appsparkler I put in vue.config. js: // vue.config.js module.exports = { // options...
#63 - Meteorjs guys found that xhr-streaming on Safari sometimes left busy cursor running. Increased allowed time for websocket transport (from 1 rtt to 2), this should make ws transport more reliable over SSL, at the cost of slightly longer connection time for users with blocked ws. #57...