Skip to content

Commit d06bac5

Browse files
authored
Merge pull request #9 from davidwdan/repeatDelay
Auto reconnect on websocket close
2 parents bf97e94 + bf4cd93 commit d06bac5

File tree

5 files changed

+634
-205
lines changed

5 files changed

+634
-205
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
"require": {
1313
"php": "^7.0",
1414
"api-clients/command-bus": "^2.0",
15-
"api-clients/rx-operators": "^2.0",
1615
"clue/block-react": "^1.1",
1716
"ocramius/package-versions": "^1.1",
1817
"react/dns": "^0.4.9",
1918
"react/http-client": "^0.4.17",
2019
"reactivex/rxphp": "^2.0.4",
20+
"rx/helpers": "^1.0",
21+
"rx/operator-extras": "^2.1",
2122
"rx/websocket": "^1.0",
2223
"voryx/event-loop": "^2.0.2"
2324
},

0 commit comments

Comments
 (0)