Colin McFadden

Results 6 comments of Colin McFadden

Also seeing this. Believe it's tied to #4342, #3905. Have a test stream that reproduces this as well. Confirmed that this problem was not present in 0.1.4, but occurs starting...

@longcharmroeun as far as I've been able to find right now, yes.

bump, would love to see this merged, we encountered this today.

@ulc-brian if it's helpful, we have a fixed branch we're using at http://github.com/umn-latis/laravel-echo-server, in npm as @umn-latis/laravel-echo-server. We're doing thousands of concurrent connects on it without crashes (knock on wood).

Ah I see - has to do with bufio scanner having a default max token length of 64k. Upping the buffer in `record_reader.go` seems to fix it. ``` bufferSize :=...

@TheSynthMaster I looked at yours, but in our case we're not using sequences so we ended up just tweaking the check around primary key being a string.