Skip to content
Snippets Groups Projects

feat(websocket): update information from websocket connection

1 unresolved thread

Closes MIN-130

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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>;
  • Konrad Przybysz approved this merge request

    approved this merge request

  • 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

    Compare with previous version

  • Miłosz Grocholewski reset approvals from @KonradAt by pushing to the branch

    reset approvals from @KonradAt by pushing to the branch

  • Miłosz Grocholewski enabled an automatic merge when all merge checks for 10945735 pass

    enabled an automatic merge when all merge checks for 10945735 pass

  • mentioned in commit 4d66d894

  • Please register or sign in to reply
    Loading