stream filtering by connection id

This commit is contained in:
Jan Prochazka
2024-05-20 14:02:47 +02:00
parent df3313e647
commit 51d4bc9a75
5 changed files with 39 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import _ from 'lodash';
import { openedConnections, currentDatabase } from '../stores';
import { apiCall } from './api';
import { apiCall, strmid } from './api';
import { getConnectionList } from './metadataLoaders';
// const doServerPing = async value => {
@@ -10,7 +10,7 @@ import { getConnectionList } from './metadataLoaders';
// };
const doServerPing = value => {
apiCall('server-connections/ping', { conidArray: value });
apiCall('server-connections/ping', { conidArray: value, strmid });
};
const doDatabasePing = value => {