1
0
Fork 0
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:
Kane York 2015-12-16 11:15:17 -08:00
parent da57357793
commit 03e6e99cb9
4 changed files with 264 additions and 56 deletions

View file

@ -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()