Ë
    üûàgô  ã                   ó   —  G d „ d«      Z y)c                   ó   — e Zd ZdZd„ Zd„ Zy)ÚBaseMiddlewarez×
    Base class for implementing ASGI middleware.

    Note that subclasses of this are not self-safe; don't store state on
    the instance, as it serves multiple application instances. Instead, use
    scope.
    c                 ó   — || _         y)zH
        Middleware constructor - just takes inner application.
        N)Úinner)Úselfr   s     úQ/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/channels/middleware.pyÚ__init__zBaseMiddleware.__init__
   s   € ð ˆ�
ó    c              ƒ   óZ   K  — t        |«      }| j                  |||«      ƒ d{  –—† S 7 Œ­w)zg
        ASGI application; can insert things into the scope and run asynchronous
        code.
        N)Údictr   )r   ÚscopeÚreceiveÚsends       r   Ú__call__zBaseMiddleware.__call__   s*   è ø€ ô �U“ˆà—Z‘Z  w°Ó5×5Ð5Ð5ús   ‚"+¤)¥+N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   © r	   r   r   r      s   „ ñòó6r	   r   N)r   r   r	   r   ú<module>r      s   ð÷6ò 6r	   