Closed chen221260 closed 5 months ago
when i use http.ListenAndServe(fmt.Sprintf(":%d", 1600), nil) it log error: tried to add an acceptor to a backend server what should i do?
this error is not related to your HTTP server. as the log clearly pointed out, you tried to add a pitaya acceptor to a backend server. Remove the acceptor and it will work
when i use http.ListenAndServe(fmt.Sprintf(":%d", 1600), nil) it log error: tried to add an acceptor to a backend server what should i do?