Skip to content

Commit

Permalink
Merge pull request #40080 from chiraggshah/patch-3
Browse files Browse the repository at this point in the history
Fix minor formatting issue [ci skip]
  • Loading branch information
jonathanhefner committed Aug 21, 2020
2 parents 65c6f70 + 3d94da3 commit 568e177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/threading_and_code_execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ code to execute each job as it comes off the queue.

Action Cable uses the Executor instead: because a Cable connection is linked to
a specific instance of a class, it's not possible to reload for every arriving
websocket message. Only the message handler is wrapped, though; a long-running
WebSocket message. Only the message handler is wrapped, though; a long-running
Cable connection does not prevent a reload that's triggered by a new incoming
request or job. Instead, Action Cable uses the Reloader's `before_class_unload`
callback to disconnect all its connections. When the client automatically
Expand Down

0 comments on commit 568e177

Please sign in to comment.