javaee-samples/javaee7-samples

WebSocket tests have hard coded ports

alexsm82 opened this issue · 1 comments

All of the websocket-client-... samples have the port hardcoded in, rather than getting the port that is being used. This can cause problems for anyone running with a port other than 8080.

Resolved in Pull Request #311