Waiting for incoming messages...
{/if} {#each receivedMessages as msg (msg.payload.timestamp)} {@render message(msg)} {/each}
{#each segmentTypes as type (type)}
{#if type !== 'MSH'}
{segmentTemplates[type].name}
{/if}
{/each}
Connect as a client
Connecting...
Your sent messages will appear here.
{/if} {#each sentMessages as msg (msg.payload.timestamp)} {@render message(msg)} {/each}