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 f58d564 commit 99efb03Copy full SHA for 99efb03
README.md
@@ -145,7 +145,7 @@ You can access transports and their HTTP headers as follows.
145
146
```java
147
// Called upon transport creation.
148
-socket.io().on(Manager.EVENT_TRANSPORT, new new Emitter.listener() {
+socket.io().on(Manager.EVENT_TRANSPORT, new Emitter.listener() {
149
@Override
150
public void call(Object... args) {
151
Transport transport = (Transport)args[0];
0 commit comments