-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m.Marshal(os.Stdout, ev); panic: nil Value #84
Comments
Interesting. Can you help provide a test data set or script to reproduce this? |
I try combat about 2-3 hours without positive result last test: I try reproduce all complete as example psql (9.5.11, server 9.6.2)
event looks correct on server. I can't figure out how use debug 7001 port ?? I tryed as well:
As well don't work :( test on standard Ubuntu 16.04 psql (9.5.11) As well don't work :( |
Question: Your solution under nasty notify limitation ?
I mean if our payload will exceed 8000 byte it don't work ?? |
@remotejob the fallback behavior omits the details of the record change (and clients would be expected to fetch in that case). |
I try reproduce yours example but can't Marshal "event"
but event looks don't carry payload:
schema:"public" table:"notes" op:INSERT id:"2" payload:<fields:<key:"created_at" value:<> > fields:<key:"id" value:<> > fields:<key:"note" value:<> > >
pqs breaks result:
{"schema":"public","table":"notes","op":"INSERT","id":"4","payload":{"created_at":
error: nil Value
The text was updated successfully, but these errors were encountered: