We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c6813 commit 5afd579Copy full SHA for 5afd579
static/alcor-200x200.png
27 KB
store/index.js
@@ -52,6 +52,10 @@ export const actions = {
52
53
setInterval(() => dispatch('update'), 15000)
54
55
+ this.$socket.on('connect_error', (err) => {
56
+ console.log(`websocket connect_error due to ${err.message}`)
57
+ })
58
+
59
// TODO Move push notifications to other place
60
this.$socket.on('match', match => {
61
const market = state.markets.filter(m => m.id == match.market_id)[0]
0 commit comments