exyte / Grid

The most powerful Grid container missed in SwiftUI
MIT License
1.76k stars 93 forks source link

Widget Reinitialization during Drag and Drop - RTSP Stream Camera Widget #43

Open dtrognn opened 1 month ago

dtrognn commented 1 month ago

I am using the ExyteGrid library to implement a Dashboard feature in my application. One of the widgets I have is a Camera Widget that streams video from an RTSP source. When I perform a drag-and-drop operation to rearrange this widget within the grid, I notice that the widget is being reinitialized.

This reinitialization causes the RTSP connection to drop and reconnect, leading to a poor user experience and reduced application performance.