Maarten Raaijmakers

Results 4 comments of Maarten Raaijmakers

It seems like BN_init was removed in openssl 1.1.0 > and needs to be replaced with BN_new

I've tried that, but it's not giving any errors unfortunately

Thanks for the response. This is what's happening: I start the loop, it echo's tack, it echo's tock and after that it keeps waiting for $result['response'] ```php use React\EventLoop\LoopInterface; use...

Thanks a lot! I'll go over it this week and see if it works :) if not I'll send you an email.