Majid Bigdeli
Majid Bigdeli
Hello You can use UI Automation in Windows Example my code in c++ for chrome ``` // MathLibrary.cpp : Defines the exported functions for the DLL. #include "pch.h" // use...
@kataras Your coding skills are commendable. thank you for iris ❤️
@kataras . Thank you . yes. I Create io.Writer inteface for logging to sql server database. It works.
@roytan883 for authentication please see [#1229](https://github.com/kataras/iris/issues/1229#issuecomment-508894309) @kataras But in my opinion, some events need to be authentication, not all events @roytan883 You have access to the total connection count with...
@roytan883 for send png to clients I use ``` fileToBeUploaded := "image.png" file, err := os.Open(fileToBeUploaded) if err != nil { fmt.Println(err) os.Exit(1) } defer file.Close() fileInfo, _ := file.Stat()...
@roytan883 yes . I am Sorry . I saw the png you can use ` srv.Broadcast(nil, neffos.Message{ Event: "chat", []byte("the data")})` when Message.To is null message brodacast to all clients
> @majidbigdeli > > `neffos.Message` cant set `IsNative`, but can not set OpCode `PING`. So seems there is no way to send websocket layer `PING`. yes. it is true
@kataras @roytan883 neffos have SetTimeouts func for example [https://github.com/kataras/neffos/blob/master/_examples/struct-handler/main.go](https://github.com/kataras/neffos/blob/master/_examples/struct-handler/main.go) for example if a client or server didn't receive or sent something for 20 seconds this connection will be terminated. @kataras...
> @majidbigdeli > actually, I'm trying to implement `two phases timeout` on server. > > For example: total readTimeout-> `210s + 30s` > > 1, set normal connection readTimeout is...
@xXLokerXx One easy way is in layout you can save `nsConn` in global variable .