are subscriptions support yet in prisma 2?
# orm-help
m
are subscriptions support yet in prisma 2?
r
Hey @Melvin Pacheco 👋 Currently subscriptions are not supported, so as a workaround you would have to use your own pub/sub mechanism with Prisma. You can track the status of the request here.
m
ok thanks