Sam Parton
Sam Parton
So, since this ties into performance partially, I'm going to make a new issue and show an idea i had, which also ties into a way to avoid the interface{}/any...
I'm also curious... I'm tempted to start writing a lib to handle some of it... can someone at the team confirm if this has been started yet? and if so,...
> Does this uses curl/rest? Because Websockets are the way to go. It does - and i agree, but because PHP spins up a new instance for each incoming request,...
@DarkGhostHunter take a look at that commit - I realised now that you're the person who worked on laragear/Surreal which i've used in the past :) - based some of...
Also for progress reporting/before this gets merged, will hopefully have these done at some point this week I want to add the methods that exist in the other sdks: signature...
> Some things to point out: > > ## Don't use singletons. > Create an instance, and just then save it into a singleton, like a static variable. You can...