Skip to content

[v1.0.1] Laravel Hashgraph package support

Compare
Choose a tag to compare
@mattsmithies mattsmithies released this 13 Oct 10:35
· 234 commits to master since this release
eeb6f8c

This release focuses on support, fixes, and tweaks for development with Laravel Hashgraph.

At a glance

We are not recommending asynchronous usage of consensus message when a WEBHOOK_URL is set in the configuration. The issue will trigger inconsistent HTTP behaviour and will send 502 status's to be returned to the client.

Our current default deployment path uses AWS Lambda through Vercel, there is a NodeJS event loop consistency issue where the container sleeps after a response is sent to a client. On subsequent requests, the connection may attempt to run Hashgraph connection and webhook first, due to the previous state of the event loop.

Recommend that Jobs or asynchronous functions are used on the client-side to ensure the connection to the serverless client stays open.