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.
2 parents f58d564 + 99efb03 commit 1244d11Copy full SHA for 1244d11
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