Fable.SignalR icon indicating copy to clipboard operation
Fable.SignalR copied to clipboard

A functional type-safe wrapper for SignalR and Fable.

Results 12 Fable.SignalR issues
Sort by recently updated
recently updated
newest added

Fable.Lit requires Fable.Promise >= 3.1.0, Fable.SignalR

## Pull request checklist Please check if your PR fulfills the following requirements: - [x] Tests for the changes have been added (for bug fixes / features) - [x] Docs...

## Is your feature request related to a problem? Yes. Trying to add Fable.SignalR.Saturn (and therefore .AspNetCore) with Saturn 0.16.x / Giraffe 6.x doesn't work: ``` - Fable.SignalR.AspNetCore 0.11.5 requested...

When following the counter example outlined in the documentation everything works fine with the dotnet client but the fable client throws a 405 error when negotiating the connection. This is...

## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [X]...

## Is your feature request related to a problem? This could reasonably be considered a bug, but I'm submitting as a feature request... The only `CancellationToken` available to server stream...

> This relates to the .NET client - I am not sure if it affects other clients. ## Is your feature request related to a problem? `IHubConnection` has a `StreamFrom`...

## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [X]...

This project needs Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson 5.0.7 yet in NuGet the package ranges are (>= 5.0.0 && < 6.0.0). When using NuGet client this causes runtime errors as NuGet defaults to 5.0.0...

## Description I tried to use Fable.SignalR in my project with the steps given in the docs, but I am running into compile errors. ## Steps to reproduce I've added...