Support for Tomcat 8+
amitvineti opened this issue · 0 comments
amitvineti commented
The existing implementation only supports Tomcat 7 which is pretty old and close to end of life. Also, it uses WebSocketServlet (deprecated).
Tomcat 8 onwards JSR 356 is followed: http://www.oracle.com/technetwork/articles/java/jsr356-1937161.html
Can you provide implementation for tomcat 8+ and/or source code?