Vinicius Cubas Brand

Results 17 comments of Vinicius Cubas Brand

@kirillzyusko what do you think about changing the socket listening to files to port 8989, instead of the port 8988? We are using 8988 for message already... (of course this...

That seems fine! By now, I have no more ideas.

I think we should update the documentation. For instance, the sendMessage() instructions in readme worked for me a bit differently. It is not necessary anymore to create a group /...

Hi @seba9999 . I tried to find how can one know the ip addresses of other peers. What I've found is that people is sending a first message from clients...

Hi @seba9999 . The problem is that the information that we receive in react native is exactly the information that android gives us. I've sent a PR now ( #80...

I've not tried to send a message to the broadcast address, though.

as receiveMessage receives just one message, I'm implementing it the following way: ```javascript const onReceiveMessage = () => { receiveMessage({meta: true}) .then({ fromAddress, message } => { let receiveNextMessage =...