Mahbub Maruf

Results 1 issues of Mahbub Maruf

storage, err := sqliteStorage.NewDirectStorage(sqliteStorage.NewDirectStorageOpts{}) defer storage.Close() config := torrent.NewDefaultClientConfig() config.DefaultStorage = storage its my storage setting for getting only torrent reader file without saving into disk(like streaming) here is with...