chinloyal / pusher_client

A Pusher Channels Client for Fluttter (Fully supports Android and iOS)
https://pusher.com/channels
MIT License
42 stars 173 forks source link

pusher keys implementation #20

Open mrbamboovn opened 3 years ago

mrbamboovn commented 3 years ago

I implemented 2 pusher keys in my project (1 from my main server, 1 from my inbox server). But they're not work at the same time. Only one works. Please help me with this issue. Thanks in advantage !

chinloyal commented 3 years ago

As far as I'm aware you can only use one pusher key at a time based on Pusher's specified API. Are you able to show an example of what it would look like using 2 keys?