fn close(self: *StreamServer) void

Stop listening. It is still necessary to call deinit after stopping listening. Calling deinit will automatically call close. It is safe to call close when not listening.

Parameters

self: *StreamServer,