Coder Social home page Coder Social logo

pusher_dart's People

Contributors

chris1234567899 avatar

Stargazers

 avatar  avatar  avatar  avatar

pusher_dart's Issues

How to get Error Event message

Pusher: {"event":"pusher:error","data":{"code":4001,"message":"App key 022f605af286ca4635bb not in this cluster. Did you forget to specify the cluster?"}}

If the credentials are wrong pusher show the above error and prints in the console, Kindly guide how to get this error

the following bind to pusher-error event does not show any data, Kindly guide thanks

 channel.bind('pusher:error', (data) {
   
      print(data);
     
    });

Allow setting of host and port in PusherOptions

PusherOptions takes cluster as a parameter but I need to set host and port.

Can you guys help me to achieve that or add it to the package if you have time to do that?

I see that this package is simply generating an websocket url for connection with the cluster in the beginning, do you guys know where to provide wsPort, wssPort and hostname to this url?

wss://ws-${options.cluster}.pusher.com:443/app/$apiKey?protocol=5&client=dart-libPusher&version=0.1.0');

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.