payne911
payne911
> what about creating a separate file that contain all shared functions and variables Maybe that could work. As a Java dev, what comes to mind is abstracting with an...
As it is, there is no branch scanning: the only branch I end up looking at is the "`default_branch`" which ends up being either `master`, `main`, or (I think) whatever...
Exact same error. ``` [ERROR] Errors in 'com/badlogic/gdx/ai/StandaloneFileSystem.java' [ERROR] Line 65: Property 'user.home' is not defined. ``` ``` version = '1.0' ext { appName = "AriseDeeper" gdxVersion = '1.9.10' roboVMVersion...
Could you allow the client to decide if the ``hiddenFolders`` should be displayed or not? https://github.com/kotcrab/vis-ui/blob/master/ui/src/main/java/com/kotcrab/vis/ui/widget/file/FileChooser.java#L1754 I come from there: https://github.com/tommyettinger/gdx-liftoff/issues/31
I've occasionally had minor issues while connecting, and definitely have had that issue while disconnecting. I'm on `Windows 10`, using `libGDX`, `Java 14` with feature preview, on `IntelliJ 2020.1.2`. @NathanSweet...
@luisfonsivevo Do you happen to call `server.dispose()` on your server? See Issue https://github.com/EsotericSoftware/kryonet/issues/82. When I commented the call to my `client.dispose()`, my problem disappeared. ### With `client.dispose()` Hanging thread, with...
Same thing here, on the Client side. Calling `client.dispose()` inside libGDX's `dispose()` method actually hangs for several minutes before letting my game close. If I remove `client.dispose()`, everything works fine....
@m6246 have you tried changing it to the `timeout` value and seeing if it works? You could submit a PR for that.
Indeed, that is strange.
@MaXaMaR About your last comment: could a postponed graceful shutdown be a possible cause for the following issue? https://github.com/EsotericSoftware/kryonet/issues/142