mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Increase websocket connection attemp timeout. Fix typos.
This commit is contained in:
parent
7b51f4dfe4
commit
f2f6309ed1
@ -39,7 +39,7 @@ class Chat extends Component {
|
|||||||
scrollNow:false,
|
scrollNow:false,
|
||||||
};
|
};
|
||||||
|
|
||||||
rws = new ReconnectingWebSocket('ws://' + window.location.host + '/ws/chat/' + this.props.orderId + '/');
|
rws = new ReconnectingWebSocket('ws://' + window.location.host + '/ws/chat/' + this.props.orderId + '/', [], {connectionTimeout: 15000});
|
||||||
|
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
this.rws.addEventListener('open', () => {
|
this.rws.addEventListener('open', () => {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# RoboSats app for soverign nodes.
|
# RoboSats client app for sovereign nodes
|
||||||
|
|
||||||
RoboSats app for soverign nodes ( Umbrel, Citadel, Start9 ...). This app serves the RoboSats frontend app directly from your own node and redirects all API requests to RoboSats P2P market coordinator through your node's TOR proxy.
|
RoboSats app for soverign nodes ( Umbrel, Citadel, Start9 ...). This app serves the RoboSats frontend app directly from your own node and redirects all API requests to RoboSats P2P market coordinator through your node's TOR proxy.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user