thelsing
thelsing
I think that this is already fixed
should also be resolved by #3331 and #3321
Isn't this what #3453 does? unless mtlib != addon
One could probably create a special client to "inject" a changed addon to a running server via protobuf rpc after authticating via handshake.
Can you connect when your partner runs the server via WebRTC or a normal Socket Server? The exception in the Log is from a SocketConnection not from the WebRTC one....
After reading up on the different types of NAT on wikipedia I think on the long term we really need an TURN server.
Depends on RPTools/maptool-server-registry#9
I went with ``` ByteBuffer buffer = ByteBuffer.allocate(message.length + Integer.BYTES); buffer.putInt(message.length).put(message).rewind(); int chunkSize = 16 * 1024; while (buffer.remaining() > 0) { var amountToSend = buffer.remaining()