-
Currently, when the Ecco Service is initiated the properties files is read form the class path. This means that if you want to provide a different configuration you need to change the ecco.properties …
-
The client needs to have a new WatchService that provides a nice abstraction of the traditional watch service and our service.
When a directory is subscribed to, differentiate between local dirs and r…
-
I just cloned the repo (I'm on 8319b3d) and ran `bash ./demostart.sh` but the war file failed to deploy with the following error:
`[#|2023-04-12T22:07:36.424+0000ESC[1;93m|WARNING|ESC[0mPayara 5.20…
-
It looks like [the core loop](https://github.com/vishna/watchservice-ktx/blob/ca6d94bae18db4b6972e4055d5ed1747df218cb0/src/main/kotlin/dev/vishna/watchservice/watchservice.kt#L93) is using up a lot mo…
-
Hi, all (but one) test fails for me. I've debugged the code, and it hangs on the watchService.Take() call. There's never an event, on my system, I guess—which I understand to be platform dependent. FY…
-
**Describe the bug**
When calling the watch function it suspends the current thread even when using launch.
It can be reproduced by the newly added unit test for resourcesVfsTest:
```
…
-
Code needs review and update to handle introduction of backpressure in RxJava that happened ages ago
-
1、我在应用代码中直接使用了BootStrap来启动服务,如下:
`bootstrap.run(new String[]{serverType, "-p", port, "-g", filePath});`
2、服务正常启动,然后估计改错JSON文件报如下错:
`zaip-csbc-operation-service|WARN |2021-09-28 10:30:08,434|pool-1-…
-
### Describe the bug
When using Java 23
```
$ java --verison
openjdk 23 2024-09-17
OpenJDK Runtime Environment (build 23+37-2369)
OpenJDK 64-Bit Server VM (build 23+37-2369, mixed mode, sharing…
-
It seems that supplying a relative `java.nio.file.Path` to the watcher's `fs2.io.Watcher#watch` method causes an NPE:
```scala
import fs2.io.Watcher
import fs2.io.file.{Files, Path}
import ca…