wenfer

Results 4 issues of wenfer

**Bug description** i compile my test.rs got a error then i found two "screen" function in window.rs **Backtrace** error[E0034]: multiple applicable items in scope --> src/main.rs:23:29 | | let screen...

bug

freeswitch不知道为啥,大概一天会断开一次连接,重新连上的时候之前监听的事件就收不到了。 我试过用ServerConnectionListener在连接连上的时候去监听,但好像这个事件发生的时候,client还没有初始化,调用监听事件会报没有权限,所以我现在是加了异步延时去弄,这个问题有其他好的办法解决吗

能否为v语言添加适配 https://github.com/vlang/v

my code ```java package x11; import com.github.moaxcp.x11client.X11Client; import com.github.moaxcp.x11client.protocol.record.*; import java.io.IOException; import java.util.List; public class X11Test { public static void main(String[] args) { try (X11Client client = X11Client.connect()) { int...