Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove connected -> impermanentlyClosing transition. Impossible.
  • Loading branch information
maryrosecook committed Apr 23, 2012
1 parent ecf892a commit 95be5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pusher_connection.js
Expand Up @@ -6,7 +6,7 @@
'waiting': ['connecting', 'permanentlyClosed'],
'connecting': ['open', 'permanentlyClosing', 'impermanentlyClosing', 'waiting'],
'open': ['connected', 'permanentlyClosing', 'impermanentlyClosing', 'waiting'],
'connected': ['permanentlyClosing', 'impermanentlyClosing', 'waiting'],
'connected': ['permanentlyClosing', 'waiting'],
'impermanentlyClosing': ['waiting', 'permanentlyClosing'],
'permanentlyClosing': ['permanentlyClosed'],
'permanentlyClosed': ['waiting'],
Expand Down

0 comments on commit 95be5f6

Please sign in to comment.