password argument in SubscriberFactory
bhanuvrat opened this issue · 3 comments
bhanuvrat commented
Is it possible to specify the password in SubscriberFactory? How?
bhanuvrat commented
I tried to modify subscriber factory https://dpaste.de/M5nc#L2053 to accept password argument but am still unable to subscribe to my channel ... https://dpaste.de/q22t is what I get in error.
fiorix commented
You must call auth() right after the connection is established. See the example.
bhanuvrat commented
thanks.