mengelbart / moqtransport

Media over QUIC Transport Implementation
MIT License
34 stars 8 forks source link

add raw quic support for chat server #150

Closed rainliu closed 4 months ago

rainliu commented 4 months ago

when chat-client runs by "./chat -quic" and "join room_id client_name", chat-server will return SubscribeErrorMessage with "track not found".

With this patch, mixed chat client (raw quic or webtransport) can join the same chat-server and chat each other.

mengelbart commented 4 months ago

Good catch, thanks for fixing it!