Вячеслав Предеин
Вячеслав Предеин
Good afternoon! When you try to install the version, you get an error about incompatibility with version 8 of PHP. This happens both with version 11 of your package and...
Hello! Im using GiftedChat 2.4.0 with mobx: The component renders chat: ``` return ( onSend(messages)} user={{ _id: 1, }} /> ); ``` Chat store: ``` export class ConsultationsStore { constructor()...
When sending data to a TCP connection, NULL is always returned. But the message always went to the addressee. Perhaps some settings need to be made?
Good day! I have the config: ``` $this->worker = new Worker(self::getWebsocketAddressWorker(), $this->context); $this->worker->count = 4; ``` How can transfer data between workers? For example, one client received a connection in...
The widget works fine. The files are downloaded and displayed. But the Close preview window button does not work. That is, when I click on it, the modal preview window...
In Android 13, the notification panel is not displayed. And the icon shows a color circle without an application icon. My configuration: ``` const options = { taskName: 'GetHealthHistory', taskTitle:...
IF I BUILD AN APP AS "DEBUG" - IT WORKS WELL, IF I BUILD AN APP AS A RELEASE - IT DO NOT WORK I use a smartphone Oppo Reno...