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
Consider what signature to use. Take into account that the customer may not use IDE to write to hooks. So the signature should probable avoid relying on complex typing
For example __call__(topic: str, m: Message, payload: bytes) -> Optional[Tuple(str, Message, bytes)]
__call__(topic: str, m: Message, payload: bytes) -> Optional[Tuple(str, Message, bytes)]