Skip to main content
Glama
post-message.test.js684 B
'use strict' const { test } = require('tap') const { join } = require('path') const { once } = require('events') const { MessageChannel } = require('worker_threads') const ThreadStream = require('..') test('message events emitted on the stream are posted to the worker', async function (t) { t.plan(1) const { port1, port2 } = new MessageChannel() const stream = new ThreadStream({ filename: join(__dirname, 'on-message.js'), sync: false }) t.teardown(() => { stream.end() }) stream.emit('message', { text: 'hello', takeThisPortPlease: port1 }, [port1]) const [confirmation] = await once(port2, 'message') t.equal(confirmation, 'received: hello') })

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/krtw00/search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server