feat(websocket): update information from websocket connection
Merged
requested to merge feat/MIN-130-update-information-from-websocket-connection into development
1 unresolved thread
Closes MIN-130
Merge request reports
Activity
Filter activity
requested review from @KonradAt
1 import { WebSocketEntityUpdateInterface } from '@/utils/websocket-entity-updates/webSocketEntityUpdates.types'; 2 import processLayerImage from '@/components/Map/MapViewer/utils/websocket/processLayerImage'; 3 import { MapInstance } from '@/types/map'; 4 import { ENTITY_TYPES } from '@/components/Map/MapViewer/utils/websocket/websocket.constants'; 5 import processLayerText from '@/components/Map/MapViewer/utils/websocket/processLayerText'; 6 7 export default async function processMessage({ 8 message, 9 mapInstance, 10 }: { 11 // eslint-disable-next-line @typescript-eslint/no-explicit-any 12 message: MessageEvent<any>; changed this line in version 3 of the diff
added 13 commits
-
2da00616...82cd4caf - 10 commits from branch
development
- 4bc51f5c - Merge branch 'development' of https://gitlab.lcsb.uni.lu/minerva/frontend into...
- e9778e0f - Merge branch 'feat/MIN-130-update-information-from-websocket-connection' of...
- 10945735 - feat(websocket): use lastJsonMessage istead of lastMessage
Toggle commit list-
2da00616...82cd4caf - 10 commits from branch
reset approvals from @KonradAt by pushing to the branch
enabled an automatic merge when all merge checks for 10945735 pass
mentioned in commit 4d66d894
Please register or sign in to reply