mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
Add submission of connection reports to logstash
This commit is contained in:
parent
da57357793
commit
03e6e99cb9
4 changed files with 264 additions and 56 deletions
|
@ -6,8 +6,8 @@ import (
|
|||
"github.com/abiosoft/ishell"
|
||||
"github.com/gorilla/websocket"
|
||||
"runtime"
|
||||
"strings"
|
||||
"strconv"
|
||||
"strings"
|
||||
)
|
||||
|
||||
func commandLineConsole() {
|
||||
|
@ -106,7 +106,7 @@ func commandLineConsole() {
|
|||
server.GlobalSubscriptionLock.RUnlock()
|
||||
}
|
||||
|
||||
msg := server.ClientMessage{ Arguments: &server.CloseRebalance }
|
||||
msg := server.ClientMessage{Arguments: &server.CloseRebalance}
|
||||
server.GlobalSubscriptionLock.RLock()
|
||||
defer server.GlobalSubscriptionLock.RUnlock()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue