From 0a64bb2a71ddb6b0ee5861e255a20df1327aa099 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 28 May 2021 13:19:02 +0300 Subject: - Tests for the ws-redis, ws-memory Signed-off-by: Valery Piashchynski --- plugins/websockets/rpc.go | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/websockets/rpc.go') diff --git a/plugins/websockets/rpc.go b/plugins/websockets/rpc.go index 2b3ae54e..f917bd53 100644 --- a/plugins/websockets/rpc.go +++ b/plugins/websockets/rpc.go @@ -14,6 +14,7 @@ type rpc struct { func (r *rpc) Publish(msg []*pubsub.Msg, ok *bool) error { const op = errors.Op("broadcast_publish") + r.log.Debug("message published", "msg", msg) // publish to the registered broker mi := make([]pubsub.Message, 0, len(msg)) -- cgit v1.2.3