8000 [QUESTION] - Does the library use any 3rd party URL or central server to identify room and peers? · Issue #924 · schollz/croc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[QUESTION] - Does the library use any 3rd party URL or central server to identify room and peers? #924
Open
@oarkflow

Description

@oarkflow

I was trying to check if the library uses any central server to identify room and peers. For the purpose, I tried removing

if s.rooms.rooms[room].full {
		s.rooms.Unlock()
		bSend, err = crypt.Encrypt([]byte("room full"), strongKeyForEncryption)
		if err != nil {
			return
		}
		err = c.Send(bSend)
		if err != nil {
			log.Error(err)
			return
		}
		return
	}

And running all multiple peers at a time. But still getting error: got bad response: room full. I checked other parts of code but there's no any other place with "room full".

Could you please guide me understanding?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0