Skip to content

Fluent SignalR client with support for disconnected state

Notifications You must be signed in to change notification settings

xleon/ReliableSignalRClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

ReliableSignalRClient

This is a work in progress...

Fluent SignalR client with support for disconnected state.

Method invokes may be lost at some point due to connection failure or other reasons. Forget about try/catch statements when using SignalR. QueuedSignalRClient will remember those calls along with the passed arguments and will retry to send them to the server once connection is restored. I did this utility when working on a "whatsapp" like style chat, ensuring every message gets delivered.

TODO

  • Plugable Cache interface
  • Documentation
  • Samples
  • Nuget package
  • Tests

About

Fluent SignalR client with support for disconnected state

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages