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

'hasOwnProperty' in javascript -

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

How to understand 2 main() functions after using uftrace to profile the C++ program? -