Switched to different Kryonet fork; full Android support
This commit is contained in:
BIN
kryonet/build/libs/kryonet-release.jar
Normal file
BIN
kryonet/build/libs/kryonet-release.jar
Normal file
Binary file not shown.
2
kryonet/build/tmp/jar/MANIFEST.MF
Normal file
2
kryonet/build/tmp/jar/MANIFEST.MF
Normal file
@@ -0,0 +1,2 @@
|
||||
Manifest-Version: 1.0
|
||||
|
||||
@@ -133,6 +133,11 @@ public class KryoServer implements ServerProvider {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getPingFor(int connection) {
|
||||
return getByID(connection).getReturnTripTime();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void register(Class<?>... types) {
|
||||
for(Class<?> c : types){
|
||||
|
||||
Reference in New Issue
Block a user