Skip to content

Commit

Permalink
add raw quic support for chat server
Browse files Browse the repository at this point in the history
  • Loading branch information
rainliu authored and mengelbart committed Jul 6, 2024
1 parent 8a76911 commit b2e631c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/chat/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func (s *server) run() error {
EnableDatagrams: true,
LocalRole: moqtransport.RolePubSub,
AnnouncementHandler: s.sessions,
SubscriptionHandler: s.sessions,
}
if err := p.RunServer(ctx); err != nil {
p.Close()
Expand Down

0 comments on commit b2e631c

Please sign in to comment.