Giter Club home page Giter Club logo

Comments (5)

Shmew avatar Shmew commented on May 29, 2024

Hi @MargaretKrutikova, I tried to reproduce this error without any luck. Could you please provide some additional details or a reproduction, and what version you're on?

from fable.signalr.

MargaretKrutikova avatar MargaretKrutikova commented on May 29, 2024

The version of the package I am using is 0.11.0.
One thing I noticed is that the demo project in this repo references netcoreapp3.1, while I am targeting net5.0, which is newer, could that be causing the problem?

from fable.signalr.

Shmew avatar Shmew commented on May 29, 2024

Doesn't appear to be the case, I updated the demo to run on net5.0 and it all worked fine. 😞

from fable.signalr.

MargaretKrutikova avatar MargaretKrutikova commented on May 29, 2024

I think it works now, though takes like a minute to connect the first time. I was missing (of course ... 🤦 ) a step from the setup, didn't pass my config into AddSignalR:

let myConfig serviceCollection =
    serviceCollection.AddSignalR(mySignalRConfig)

Thanks for looking into this! Will close this for now 🙂

from fable.signalr.

Shmew avatar Shmew commented on May 29, 2024

Glad you got it sorted out!

It shouldn't take very long to connect if the server is already running. One thing to keep in mind with the default automatic reconnect is that it backs off reconnection attempts with increasing duration before the next one until it gives up. You can also modify that behavior by creating your own policy.

from fable.signalr.

Related Issues (20)

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.