spring-redis-websocket icon indicating copy to clipboard operation
spring-redis-websocket copied to clipboard

Multi-instance Reactive WebSocket messaging Chat App demo using Spring Boot 3.x, Java 17 and Redis Pub/Sub

Results 2 spring-redis-websocket issues
Sort by recently updated
recently updated
newest added

This is really awesome, thank you. Quick question, if I want to modify this to support multiple rooms how should I proceed ?

enhancement
question

Hi! 👋 Apparently the chat module has some blocking calls (as detected by BlockHound): This PR addresses these blocking code to ensure the pipeline remain reactive.