Skip to content

Commit

Permalink
docs: fix compat table format
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 13, 2023
1 parent 3803bf9 commit 35e7e0d
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

This compatibility table shows which Action Cable features supported by `anycable` gem (AnyCable servers may not support some of the features supported by gem).

Feature | Status
-------------------------|--------
Connection identifiers | ✅\*
Connection request data (cookies, params) | ✅
Disconnect handling | ✅
Subscribe to channels | ✅
Parameterized subscriptions | ✅
Unsubscribe from channels | ✅
[Subscription Instance Variables](http://edgeapi.rubyonrails.org/classes/ActionCable/Channel/Streams.html) | ✅ \*\*
Performing Channel Actions | ✅
Streaming | ✅
[Custom stream callbacks](http://edgeapi.rubyonrails.org/classes/ActionCable/Channel/Streams.html) | 🚫
Broadcasting | ✅
Periodical timers | 🚫
Disconnect remote clients | ✅
Command callbacks | ✅ \*\*\*
| Feature | Status|
|--------------------------|--------|
| Connection identifiers |\* |
| Connection request data (cookies, params) | |
| Disconnect handling | |
| Subscribe to channels | |
| Parameterized subscriptions | |
| Unsubscribe from channels | |
| [Subscription Instance Variables](http://edgeapi.rubyonrails.org/classes/ActionCable/Channel/Streams.html) |\*\* |
| Performing Channel Actions | |
| Streaming | |
| [Custom stream callbacks](http://edgeapi.rubyonrails.org/classes/ActionCable/Channel/Streams.html) | 🚫 |
| Broadcasting | |
| Periodical timers | 🚫 |
| Disconnect remote clients | |
| Command callbacks |\*\*\* |

\* See [restoring state objects](../architecture.md#restoring-state-objects) for more information on how identifiers work.

Expand Down

0 comments on commit 35e7e0d

Please sign in to comment.