You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed a bit of code duplication for Server Sent event handling between MVC and Reactive (functional and annotation variants). This is not much but we should move this code into a shared SseUtils class.
I've noticed a bit of code duplication for Server Sent event handling between MVC and Reactive (functional and annotation variants). This is not much but we should move this code into a shared
SseUtilsclass.