Redis – Long polling with kotlin coroutines
I found this repository at GitHub Long Polling Redis So in spring boot, we can use a deferred request to hold the client request for several seconds (AppMsgController.java#L72) and it will send back to the client until the deferred request…