Skip to content

Typing in dialing input keeps sending network calls to icepond gall agent #12

@datryn-ribdun

Description

@datryn-ribdun

Describe the bug
Every keypress in the dialer input element causes a network call to fetch information from the Icepond gall agent. This is unnecessary, we only need to fetch that information once. Mulitple calls is redudant.

To Reproduce
Steps to reproduce the behavior:

  1. Open campfire app and network tab dev tools
  2. Every keypress inside of the dialer input box (where @p's get entered) results in an network call to the ship's icepond agent.
  3. Icepond agent responds with list of ICE servers to us

Expected behavior
We only need to fetch the list of ICE servers once, no need to check each keypress.

Screenshots
icepond-weirdness

Solution
This is likely some problem with the StartMeeting component being refreshed each time the inner input compontent changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions