Conversation
| $request->emit('end'); | ||
| $request->close(); | ||
| return; | ||
| } |
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Emitting events on another instance should generally be avoided. Also, this looks somewhat similar to the code below, perhaps this can/should be unified?
Contributor Author
Ping @clue have a look at this new approach.
clue approved these changes Mar 2, 2017
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, LGTM! ๐
jsor approved these changes Mar 3, 2017
clue
mentioned this pull request
Closed