benw-pusher
benw-pusher
Can you share what methods are not available for you to use?
We haven't had any update here so I will close this out. If you need further support please get in touch via https://support.pusher.com/hc/en-us/requests/new
Are you looking to subscribe to two channels, for example 'chat-ben' and 'chat-andrea'? To do this you would simply subscribe to another channel using the standard subscribe code - final...
@Natanchik89 could you share the code in use? Are you using the check suggested in https://github.com/pusher/pusher-channels-flutter/issues/38#issuecomment-1122413406?
Do you receive any error messages when the subscription is attempted? You should see these in the client, or alternatively some error messages will be present in the Pusher Dashboard...
I would expect that, if this authController is returning the auth token in the correct format (which it appears to be) then there _should_ be an error emitted at the...
@ziagit An empty response from broadcast/auth could indicate an error when generating the necessary token - for example the broadcast driver not being set correctly to the app credentials in...
@kwul0208 you can get the socket ID using the method described at https://github.com/pusher/pusher-channels-flutter#socket-information
Could you try upgrading to version 2.0.1 of the library and let us know if this resolves the issue? https://github.com/pusher/pusher-channels-flutter/releases/tag/v2.0.1
Could you share more details about the changes you have made, perhaps sharing your code for review?