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 da36a34 commit 54c822eCopy full SHA for 54c822e
src/main/java/com/annimon/ownlang/lib/modules/socket.java
@@ -62,7 +62,7 @@ private static class SocketValue extends MapValue {
62
private final Socket socket;
63
64
public SocketValue(Socket socket) {
65
- super(11);
+ super(12);
66
this.socket = socket;
67
init();
68
}
0 commit comments