Skip to content

v0.29.56

Pre-release
Pre-release

Choose a tag to compare

@msalehicode msalehicode released this 21 Jul 12:10
  • [FIX] on first init app would try to load default of system instead of index 0 (that way absolutely user had to go to settings and set mic and speakre in/out manually to hear ro talk)

  • [FIX] some log messages added to know where did break the app cycle

  • [FIX] clear before receive new chunk for text channels

  • [FIX] hope i fixed user disappear on channel

    • clear clientManager would trigger to clear models (avoid model by model to clear)
    • ignore UserConnected for me (this user) and would add him by ServerState
    • removed clear channel model before serverState
  • [FIX] clean up old logs after all events to pervent any problem (while uploading crashes)

  • [FIX] dont do qFatal if one udp bind failed (now it tries 3 times to bind udp)

  • [FIX] sometimes ping system dont work properly and despite user is talking in channel would (by client side) assume connection lost now fixed by dont rely on just ping-pong, now even voice/video udp packet received would reset udp connection activity to avoid disconnect user.