Bryan Downing

Results 3 comments of Bryan Downing

Thanks for this — for anyone suddenly running into a 400 error from AppSync saying, "Subscriptions over MQTT is not supported.", this is probably your issue.

I got this working by manually unsubscribing each subscriber before disconnecting the session: ``` const disconnectSession = useCallback(() => { if (tokboxSession) { tokboxStreams.forEach((stream) => { const subscribers = tokboxSession.getSubscribersForStream(stream);...

Looks like marked is getting more attention: https://github.com/markedjs/marked/issues/1106 However, supporting JSX syntax is likely not a priority: https://github.com/markedjs/marked/issues/1194#issuecomment-378028404