fastify / fastify-websocket

basic websocket support for fastify
MIT License
394 stars 72 forks source link

Add #injectWS #276

Closed DanieleFedeli closed 6 months ago

DanieleFedeli commented 10 months ago

Now is possible to invoke an websocket handler without listening.

closes #35

Checklist

DanieleFedeli commented 10 months ago

Can I have some CI love? on my MacOS latest with node 20 it is passing

DanieleFedeli commented 10 months ago

Can someone approve the workflow to run?

mcollina commented 10 months ago

Seems CI is failing

DanieleFedeli commented 9 months ago

I am waiting for https://github.com/mafintosh/stream-shift/issues/6 to be solved.

DanieleFedeli commented 9 months ago

I can see that the issue linked has no activity, I will change my implementation to use mock-socket as @airhorns suggested.

DanieleFedeli commented 7 months ago

https://github.com/mafintosh/stream-shift/issues/6 looks solved. I ran all the tests locally for node 21. The pipeline now should pass.

Screenshot 2024-01-25 alle 12 13 58
DanieleFedeli commented 6 months ago

Is there something I can do to make this mergeable?

mcollina commented 6 months ago

Nothing, me shipping it!