aio-libs/aiozmq

a little question:

yutiansut opened this issue · 1 comments

I have read the src code of aiozmq, and curious about how the self-designed Transport being used in Protocol

in a asyncio.BaseProtocol class, it has methods about connection_made methods and i don't understand how can i use the self_designed Transport class

I got it , I should define a self_designed create_connection function