java - Server-sent events on Azure with Tomcat 8 -


i have jersey app deployed on local tomcat 8. server-sent events work fine while running on localhost or on self-hosted ubuntu server.

running same app on tomcat 8 app service in microsoft azure breaks server-sent events. don't receive events, connection timeout 503 after time.

i'm new azure, have idea wrong?


Comments

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -