ptrd / kwik

A QUIC client, client library and server implementation in Java. Supports HTTP3 with "Flupke" add-on.
GNU General Public License v3.0
383 stars 55 forks source link

ServerConnector.shutdown? #44

Open zhkl0228 opened 2 months ago

zhkl0228 commented 2 months ago

After a ServerConnector instance is started, how to shut down the instance?

ptrd commented 2 months ago

Agree we need a shutdown method on ServerConnector.