Refactor communication
Add QoS andd retain flag Refactor reducer
This commit is contained in:
@@ -32,7 +32,7 @@ export const showError = (error?: string) => ({
|
||||
})
|
||||
|
||||
export const disconnect = () => (dispatch: Dispatch<CustomAction>, getState: () => AppState) => {
|
||||
rendererEvents.emit(removeConnection, getState().connectionId)
|
||||
rendererEvents.emit(removeConnection, getState().tooBigReducer.connectionId)
|
||||
|
||||
dispatch({
|
||||
type: ActionTypes.disconnect,
|
||||
|
||||
Reference in New Issue
Block a user