Commit 6c381c0
committed
It was not possible to pass options to the $websocket constructor.
This fix should also resolve the issue : PatrickJS#18, if you do : ws = $websocket('ws://127.0.0.1:8888', null, {reconnectIfNotNormalClose: true});1 parent 977cde3 commit 6c381c0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
334 | | - | |
| 333 | + | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| |||
0 commit comments