br41nslug / directus-websocket-subscribe

An extension to subscribe to directus updates over a websocket.
MIT License
106 stars 13 forks source link

Add uid param in server response for SUBSCRIBE action #9

Closed mbenyoub closed 1 year ago

mbenyoub commented 1 year ago

uid is returned in case of GET action but not returned in case of SUBSCRIBE action , this is important in case of multiple subscribe so we can route data to the subscriber

mbenyoub commented 1 year ago

thanks