forked from fl00r/go-tarantool-1.6
-
Couldn't load subscription status.
- Fork 60
Open
Description
The legacy push notification mechanism—based on box.session.push has been fully replaced by the Watcher interface. All code supporting this obsolete push API is now deprecated and should be **completely removed.
Affected Files
go-tarantool/future.gogo-tarantool/response_it.go
What to Remove
Identify all types, methods, and interfaces in these files that are:
- Marked with
// Deprecated: - Part of the old push/event-listening flow (e.g.,
Future.SetPushCallback,ResponseIterator,OnPush, etc.) - No longer used by any current public API or internal logic
Clean up dependencies and update tests.
Duplicates #324
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo