You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" .. note: Callbacks may be called from this method, "
1073
1073
"such as ``on_assign``, ``on_revoke``, et.al.\n"
1074
1074
"\n"
1075
-
" :param float timeout: Maximum time to block waiting for message, event or callback. (Seconds)\n"
1075
+
" :param float timeout: Maximum time to block waiting for message, event or callback (default: infinite (None translated into -1 in the library)). (Seconds)\n"
1076
1076
" :returns: A Message object or None on timeout\n"
1077
1077
" :rtype: :py:class:`Message` or None\n"
1078
1078
" :raises: RuntimeError if called on a closed consumer\n"
0 commit comments