I'm getting segfaults when I try to publish to a topic to which no subscription has been issued.
It's a pretty simple repro, basically boils down to (more descriptive repro attached).
import { App } from 'uWebSockets.js';
App().listen(8451, () => App().publish('never', 'hi')); // exit 139
repro-uws-segfault.js
I'm getting segfaults when I try to publish to a topic to which no subscription has been issued.
It's a pretty simple repro, basically boils down to (more descriptive repro attached).
repro-uws-segfault.js