Liran M

Results 15 comments of Liran M

hi @chaoren Is it possible to have this issue reviewed by someone, for approving and assigning it ?

Using it at [Mend](https://www.mend.io/) (formerly WhiteSource) for a few dozens of multi-instances applications.

> Why do you need to know that a comment is specifically being used to keep the connection alive? > > Also you broke the text encoding in your pull...

@Yay295 if this keep-alive mechanism is not used, the client does not explicitly disconnect/reconnect the stream listening at all if there is no message received, since this is expected to...

@domenic I am not advising any behavior change for servers for closing connections. Idea is that SSE client is expecting to constantly receive keep-alive messages. When after some time, the...

@domenic I will try to answer your question with a detailed example and comparison between current spec to the suggested solution. Let's look at an example messages flow at the...

Hi @bennetelli, @hennr, you can have a look and share your thoughts. Thanks

hi @bennetelli, can you review this from Togglz point of view ?

@BeardOverflow good work-around. Updated version of it by using Redisson configuration code: ``` import java.io.IOException; import org.redisson.spring.starter.RedissonAutoConfiguration; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.redisson.api.RedissonClient; import org.springframework.boot.autoconfigure.data.redis.RedisProperties; @Configuration public class...

I approved it, I don't have permissions to merge