Changes since 23.3.13
Fixes
-
Store LastSeenServerSyncId in atmosphere resource session (#16996)
Commit · Pull requestStoring the header value in AtmosphereResource session should prevent issues with long polling and servlet container that recycles requests. This change stores in the resource session the value got from client during connection so that it will be available even if the underliyng request gets nullified. Part of #16968 Part of #16775