mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
bug: single server providers should be keepalived (#899)
This commit is contained in:
@@ -41,7 +41,7 @@ abstract class ServerState with _$ServerState {
|
||||
}
|
||||
|
||||
// Individual server state management
|
||||
@riverpod
|
||||
@Riverpod(keepAlive: true)
|
||||
class ServerNotifier extends _$ServerNotifier {
|
||||
@override
|
||||
ServerState build(String serverId) {
|
||||
|
||||
Reference in New Issue
Block a user