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
I've been trying at implementing MQTT over QUIC and though id use this code base for the underlying QUIC protocol. However, I am a bit confused about the QuicConnectionProtocol.create_stream() function returning a reader,writer pair. My plan was to use the writer to send information to a server for my implementation but i get notimplemented errors. Are these features not available or am i missing something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been trying at implementing MQTT over QUIC and though id use this code base for the underlying QUIC protocol. However, I am a bit confused about the QuicConnectionProtocol.create_stream() function returning a reader,writer pair. My plan was to use the writer to send information to a server for my implementation but i get notimplemented errors. Are these features not available or am i missing something?
Beta Was this translation helpful? Give feedback.
All reactions