You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've seen that file_get_content() in the function post_call and get_call is used to stream requests between the client and the NlpServer, wouldn't it be better if instead of using file_get_content() to use curl in its place to send and receive requests because file_get_content() might be a bit problematic when it comes to cross-server requests.
The text was updated successfully, but these errors were encountered:
Hello, I've seen that
file_get_content()
in the functionpost_call
andget_call
is used to stream requests between the client and the NlpServer, wouldn't it be better if instead of usingfile_get_content()
to use curl in its place to send and receive requests becausefile_get_content()
might be a bit problematic when it comes to cross-server requests.The text was updated successfully, but these errors were encountered: