Github user PivotalSarge commented on a diff in the pull request: https://github.com/apache/geode-native/pull/77#discussion_r108702132 --- Diff: docs/geode-native-docs/client-cache/application-plugins.html.md.erb --- @@ -262,7 +261,7 @@ void removeListener(RegionPtr& region) ## <a id="application-plugins__section_428DCC57B6344603AA19DCAFCE483A10" class="no-quick-link"></a>Considerations for Implementing Callbacks -Keep your callback implementations lightweight and prevent situations that might cause them to hang. For example, do not perform distribution operations or disconnects inside events. +Keep your callback implementations lightweight and prevent situations that might cause them to hang. For example, do not perform distribution operations or disconnects inside event handlers. --- End diff -- More accurate.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---