yingshaoxo

Results 41 comments of yingshaoxo

https://github.com/yingshaoxo/Local_Show

I feel KuQ work well with long time, but they don't hava Python support...

> Please get this sorted out... This project is in desperate need of some maintenance! Especially the subscription feature is practically unusable under newer Android versions (just looses the connection...

> `C:\Users\u1\go>go version` > go version go1.10.3 windows/amd64 > > `C:\Users\u1\go>go get -v github.com/google/goexpect` > github.com/google/goterm/term > # github.com/google/goterm/term > src\github.com\google\goterm\term\termios.go:202:32: not enough arguments in call to syscall.Syscall > src\github.com\google\goterm\term\termios.go:202:33:...

I did a test: Found that if I import `"github.com/google/goexpect"`, the error will cause. ___ My compile command is: ``` export CGO_ENABLED=0 mkdir bin rm bin/* -fr cd bin go...

Sorry for disturbing you guys. `runtime.GOOS` will not work at the time of compiling. Now I think Golang's cross-compiling system is quite Useless. It works only if you use a...

其实我在想为什么输出结果不仅没换行,连空格都没有

Sometimes, you don't need robust, you just need to do a reconnection when something goes wrong: ```python Client = MQTTClient(CLIENT_ID, SERVICE_IP) if Client.sock: Client.sock.close() ```