Shit
This commit is contained in:
parent
afda45a8e2
commit
58e6e77d84
|
@ -63,7 +63,9 @@ public class WebSocketProxy extends SimpleChannelInboundHandler<ByteBuf> {
|
|||
public boolean connect() {
|
||||
System.out.println("[WebsocketProxy] - connecting (?)");
|
||||
try {
|
||||
System.out.println("trying to connect");
|
||||
if(tcpChannel == null) {
|
||||
System.out.println("tcp channel is null, probly doing websocket shit (I'm too retarded to understand this)");
|
||||
Bootstrap clientBootstrap = new Bootstrap();
|
||||
clientBootstrap.group(group);
|
||||
clientBootstrap.channel(NioSocketChannel.class);
|
||||
|
|
Loading…
Reference in New Issue