We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e205a1b commit 2eab3dfCopy full SHA for 2eab3df
spring-websocket/src/main/java/org/springframework/web/socket/handler/WebSocketSessionDecorator.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2014 the original author or authors.
+ * Copyright 2002-2016 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -145,7 +145,7 @@ public boolean isOpen() {
145
146
@Override
147
public void sendMessage(WebSocketMessage<?> message) throws IOException {
148
-
+ this.delegate.sendMessage(message);
149
}
150
151
0 commit comments