Browse Source
https://github.com/mrniko/netty-socketio/issues/596 reason: WebSocketTransport line 144 : Packet packet = new Packet(PacketType.MESSAGE); //subType =null PacketEncoder line 288: byte subType = toChar(packet.getSubType().getValue()); //NullPointerException fix WebSocketTransport Packet packet = new Packet(PacketType.MESSAGE); packet.setSubType(PacketType.MESSAGE);master
committed by
GitHub
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue