Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

StratisCore UI should not be able to login if SignalR connection is not made #3950

Open
ianadavies opened this issue Sep 16, 2019 · 2 comments

Comments

@ianadavies
Copy link
Collaborator

ianadavies commented Sep 16, 2019

A minor one,

But we should probably try and make a SignalR connection on the login page and not allow users to login if no SignalR Connection is made, and show appropriate error message.

SignalR is now a dependency and if we start the full node without it enabled we get strange behaviour. See Image below
image (1)

@dangershony
Copy link
Contributor

dangershony commented Sep 17, 2019

SignalR is now a dependency

Hmm why make SignalR a dependency?
Is that intentional? is it not avoidable?

@ianadavies
Copy link
Collaborator Author

We just use SignalR now for all real-time wallet updates as it's more efficient and means we don't constantly poll the FullNode. We did consider making it backwards compatible but as the FullNode is shipped with the Wallet we decided it was unnecessary work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants