https://livekit.io logo
Join Slack
Powered by
# announcements
  • d

    dry-elephant-14928

    01/29/2021, 8:06 AM
    so those are the tradeoffs.. I def agree that for deployment, the dream case is just add nodes ™️ . However I'm concerned about the increased code complexity.. perhaps it's do-able.. worth exploring the tradeoffs more thoroughly
  • d

    dry-elephant-14928

    01/29/2021, 8:07 AM
    anyways, we'll first get this to be stable and powering some real deployments, then we can start thinking about this layer more
    👍 1
  • s

    steep-balloon-41261

    01/29/2021, 8:53 AM
    This message was deleted.
    🙂 1
    w
    • 2
    • 2
  • d

    dry-elephant-14928

    01/29/2021, 8:53 AM
    https://golang.org/ref/mem#tmp_10
  • d

    dry-elephant-14928

    01/29/2021, 8:54 AM
    a snippet:
    Copy code
    var a, b int
    
    func f() {
    	a = 1
    	b = 2
    }
    
    func g() {
    	print(b)
    	print(a)
    }
    
    func main() {
    	go f()
    	g()
    }
  • s

    steep-balloon-41261

    01/29/2021, 8:54 AM
    This message was deleted.
    🤔 1
    w
    d
    • 3
    • 6
  • d

    dry-elephant-14928

    01/29/2021, 9:00 AM
    ok, pushed 0.2.4, which hopefully should solve a lot of these issues. give it a shot!
  • c

    clever-kite-90169

    01/29/2021, 9:16 AM
    sweet checking it out now
  • w

    wonderful-manchester-12533

    01/29/2021, 7:06 PM
    @dry-elephant-14928 any chance we can get a channel like #contribute
  • w

    wonderful-manchester-12533

    01/29/2021, 7:06 PM
    where we can talk PRs/additions/changes (not bugs like in #C01KVTJH6BX)
  • d

    dry-elephant-14928

    01/29/2021, 7:08 PM
    sure, we can talk in here too?
  • w

    wonderful-manchester-12533

    01/29/2021, 7:08 PM
    sure, works for me
  • w

    wonderful-manchester-12533

    01/29/2021, 7:08 PM
    https://github.com/livekit/client-sdk-js/pull/2
  • w

    wonderful-manchester-12533

    01/29/2021, 7:09 PM
    got a PR to add some logging in unpublishing to help us debug
  • d

    dry-elephant-14928

    01/29/2021, 7:10 PM
    cool, will take a look tonight. lots to do and track down 🙂
  • w

    wonderful-manchester-12533

    01/29/2021, 7:10 PM
    indeed
  • d

    dry-elephant-14928

    01/29/2021, 7:10 PM
    ah just logging.. ok lg, but do you mind making them debugs instead of info?
  • w

    wonderful-manchester-12533

    01/29/2021, 7:10 PM
    can do!
  • d

    dry-elephant-14928

    01/29/2021, 7:11 PM
    thanks!
  • w

    wonderful-manchester-12533

    01/29/2021, 7:12 PM
    is the
    warn
    fine?
  • d

    dry-elephant-14928

    01/29/2021, 7:12 PM
    yup
  • w

    wonderful-manchester-12533

    01/29/2021, 7:12 PM
    cool merging
  • d

    dry-elephant-14928

    01/29/2021, 7:13 PM
    go for it.. I dunno if the perms are set up right tho
  • w

    wonderful-manchester-12533

    01/29/2021, 7:13 PM
    all good!
  • d

    dry-elephant-14928

    01/29/2021, 7:13 PM
    ah sweet
  • w

    wonderful-manchester-12533

    01/29/2021, 7:13 PM
    manual releases to npm?
  • d

    dry-elephant-14928

    01/29/2021, 7:13 PM
    hah yeah.. no tests yet..
  • d

    dry-elephant-14928

    01/29/2021, 7:13 PM
    I can run them
  • w

    wonderful-manchester-12533

    01/29/2021, 7:13 PM
    okie sg take your time
  • d

    dry-elephant-14928

    01/29/2021, 7:14 PM
    tho if it’s just logs.. probably easier to point to your local repo:
12345...46Latest