goch icon indicating copy to clipboard operation
goch copied to clipboard

Is this still under development?

Open YJinHai opened this issue 4 years ago • 7 comments

The architecture of the project was good, except that I didn't run it properly, and there were a lot of bugs.Still hope the author can add a test example

YJinHai avatar Jul 18 '19 01:07 YJinHai

We're using it in production for nearly a year.

I'll do my best to provide client/frontend in next week so that it's easier to test. Once I do I'll let you know.

ribice avatar Jul 18 '19 19:07 ribice

Thank you for your reply. Several problems I have encountered so far:

  1. Route cannot be responded to: Neither admin/channels nor goch/admin/channels could be answered, but I used other PKG routes to solve it.
  2. Var req *initConReq does not Decode To decode correctly, use req := initConReq{} in the func waitConnInit of the api.go file
  3. Upon creating a new channel and IsPrivate=false, channel_secret="" cannot pass the check.Remove the check and only one user can be found by channels/{name}.
  4. Func HandleConn confuses me, I can't create a channel of a Message type.Is there something wrong with my parameters?I have no reference.
  5. Many errors similar to {"type":2,"error":"invalid text message format: unexpected end of JSON input"}.

I like goch very much and hope to learn a lot.But I couldn't function properly and it was painful

YJinHai avatar Jul 19 '19 01:07 YJinHai

I'll double check the issues you posted, but it'll definitely be easier to test this once the client is ready as well.

ribice avatar Jul 19 '19 07:07 ribice

thank

YJinHai avatar Jul 20 '19 04:07 YJinHai

Hi, still waiting for the author's update

YJinHai avatar Aug 14 '19 01:08 YJinHai

I'm on holiday currently :)

ribice avatar Aug 14 '19 07:08 ribice

@ribice Eagerly waiting for an update :)

sudhakar1983 avatar May 28 '23 03:05 sudhakar1983