Enable compile linting and treat warnings as errors
Closes gh-232
This commit is contained in:
@@ -26,7 +26,7 @@ class CLR implements CommandLineRunner {
|
||||
@Override
|
||||
public void run(String... args) throws Exception {
|
||||
WebSocketSession session = this.webSocketClient
|
||||
.doHandshake(new MyWebsocketHandler(), null,
|
||||
.execute(new MyWebsocketHandler(), null,
|
||||
URI.create("ws://localhost:%d/echo".formatted(getServerPort())))
|
||||
.get(5, TimeUnit.SECONDS);
|
||||
TextMessage message = new TextMessage("Hello Websocket");
|
||||
|
||||
Reference in New Issue
Block a user