You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asyncapi new glee creates default content for a glee server, a request/reply exchange over websockets. Today launch of the server logs this warning
glee-1 | ⓘ Generating docs for your parsed specification...
glee-1 | ⓘ Successfully generated docs
glee-1 | :warning: Operation onHello has a reply defined. Glee does not support replies yet.
Expected behavior
Launch of fully functional glee server
Screenshots
How to Reproduce
Pull image for asyncapi/cli
Run image for start studio (for persistent container)
Add ppython and .gyp per best practices node image (see node on docker hub)
Exec into container with -it sh (for shell)
asyncapi new glee; cd project; npm install; npm run dev
This issue has been automatically marked as stale because it has not had recent activity 😴
It will be closed in 120 days if no further activity occurs. To unstale this issue, add a comment with a detailed explanation.
There can be many reasons why some specific issue has no activity. The most probable cause is lack of time, not lack of interest. AsyncAPI Initiative is a Linux Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.
Let us figure out together how to push this issue forward. Connect with us through one of many communication channels we established here.
Describe the bug.
asyncapi new glee
creates default content for a glee server, a request/reply exchange over websockets. Today launch of the server logs this warningExpected behavior
Launch of fully functional glee server
Screenshots
How to Reproduce
🥦 Browser
Google Chrome
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: