Mark Joling

Results 11 comments of Mark Joling

can this get merged?

indeed, what is the correct way of launching it?

exactly which part of the source code, i am not exactly going to go trough everything to figure out which file i should actually run.

i am not saying i wont look through the source code, but to me it looks like main.py was remove and replaced with other files which all just give config...

thank ill take a look at it.

I tried using websocket for communication but i keep getting the following error "Connection refused" when using the library other websocket clients work just fine, i also tried using the...

server: ```go return func(w http.ResponseWriter, r *http.Request) { log.Println("incoming request from:", r.RemoteAddr) connection, err := upgrader.Upgrade(w, r, nil) if err != nil { w.WriteHeader(http.StatusInternalServerError) _, _ = w.Write([]byte("Upgrade error: "...

i am using github.com/gorilla/websocket, i have remove the real ip, but i have tested it with an other client written in go and that one could connect and send /...

@unishubh it is tagged as open, are you working on a pr or waiting for whiteshtef to add it in?

@whiteShtef i would go for readability, since keeping things readable and as simple as possible makes it easier to implement new things. that being said it might be nice to...