fix streamFilters issue

This commit is contained in:
Ian Norden
2019-12-02 13:24:51 -06:00
parent b5099a5051
commit 8ccdfd4835
16 changed files with 111 additions and 169 deletions
+1 -1
View File
@@ -90,4 +90,4 @@ func (client RPCClient) Subscribe(namespace string, payloadChan interface{}, arg
return nil, errors.New("channel given to Subscribe must not be nil")
}
return client.client.Subscribe(context.Background(), namespace, payloadChan, args...)
}
}