mirror of
https://github.com/fluencelabs/fluid
synced 2025-04-25 06:42:18 +00:00
add timeout
This commit is contained in:
parent
491a4aeaae
commit
167fc19b6a
@ -10,6 +10,7 @@ import ConnectionToggle from "./ConnectionToggle";
|
||||
class App extends Component {
|
||||
|
||||
componentDidMount() {
|
||||
setTimeout(() => {
|
||||
console.log(`
|
||||
|
||||
Hello, Fluencer!
|
||||
@ -29,7 +30,8 @@ fluenceSession.request('{"action": "Fetch", "offset": 0, "limit": 1}').then((r)
|
||||
|
||||
|
||||
`)
|
||||
}
|
||||
}, 3000);
|
||||
}
|
||||
|
||||
render() {
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user