You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/reference.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ To **open a connection**:
100
100
101
101
.. js:function::autobahn.Connection.open
102
102
103
-
This will establish an underlying transport and create a new session running over the transport. WebSocket is the default transport, but for environments which do not support WebSocket (like really old browsers) HTTP long-poll is used as a fallback.
103
+
This will establish an underlying transport and create a new session running over the transport. WebSocket is the default transport, but for environments which do not support WebSocket (like really old browsers) HTTP long-poll can be used as a fallback.
104
104
105
105
When the transport is lost, automatic reconnection will be attempted. This can be configured using the ``options`` provided to the constructor of the ``Connection`` (see `Connection Options`_).
106
106
@@ -173,6 +173,7 @@ Supported transports are WebSocket and HTTP long-poll.
173
173
As an example, with the options below, |ab| first attempts to establish a WebSocket connection and if this fails a HTTP long-poll connection to the respective URLs given.
0 commit comments