indaband / pusher_channels

A pure Dart implementation of the Pusher Channels Client
https://pusher.com/channels
MIT License
8 stars 3 forks source link

feat: add ability to set a custom url #1

Closed nicobritos closed 9 months ago

nicobritos commented 2 years ago

Add ability to set a custom pusher server, and not depend on pusher.com.

andrewsmedina commented 2 years ago

Hi @nicobritos. Thanks for the contribution. How we are inspired in the pysher, the python version of the pusher client, I believe that instead to expose the Connection we should to add a new named parameter in the Pusher class: https://github.com/deepbrook/Pysher/blob/master/pysher/pusher.py#L17

What do you think about it?