fastify / point-of-view

Template rendering plugin for Fastify
MIT License
344 stars 87 forks source link

Support for async rendering with ejs #314

Closed TTPO100AJIEX closed 2 years ago

TTPO100AJIEX commented 2 years ago

According to #312 , ejs rendering with async: true did not work properly. This pull request does nothing but fixes this issue by awaiting the cachedPage before sending it back to the client if the rendering is occurring with ejs as an engine and async: true as an option. I am not very proficient at making pull requests, so feel free to correct me if I am doing something wrong. Thanks.

closes #312

Checklist