Burak Yildiz

Results 3 issues of Burak Yildiz

According to the firebase docs (https://firebase.google.com/docs/functions/auth-events) onDelete listener gets user as a parameter.

This pull request resolves the problem of unhandled exceptions mentioned in #258 during reading data from websocket by giving user a way to handle exceptions. Now one can handle the...

reviewing

When auto_sub is true and auth_endpoint is given, pysher tries to resubscribe the channels after a reconnection but since the socket_id is renewed after a reconnection the old auth tokens...