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 -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to implement an entity bound odata action in olingo v4.3 -