Chris Bannister
|
fd5e48d695
keep trying to get schemas until the deadline
|
10 years ago |
Chris Bannister
|
9d074d372f
maybe travis is really slow at times
|
10 years ago |
Chris Bannister
|
c591c45a5b
increase the max wait time, travis might be slow
|
10 years ago |
Chris Bannister
|
8024440659
Add method to await for schema to become consistent
|
10 years ago |
Chris Bannister
|
231332cc32
Merge pull request #491 from ChannelMeter/feature/executeBatchCAS
|
10 years ago |
Nimi Wariboko Jr
|
475be1ed0b
Add ExecuteBatchCAS and MapExecuteBatchCAS functions for using batches with LWT. Fixes #453
|
10 years ago |
Chris Bannister
|
e445fe4e6a
if we read a frame header and dont have a handler, consume the frame and ignore it
|
10 years ago |
Chris Bannister
|
4b3922d0ad
when writing a frame fails close the connection to prevent streams being left unusable
|
10 years ago |
Chris Bannister
|
77cf2b54fa
expose page state
|
10 years ago |
Chris Bannister
|
3bc659aecb
Merge pull request #463 from Zariel/proto-v4
|
10 years ago |
Chris Bannister
|
3233d7ba31
conn: release the stream when recieving an error
|
10 years ago |
Chris Bannister
|
009b6056da
syntax tidyup
|
10 years ago |
Chris Bannister
|
55d4a26bf9
return the type of the unknown frame
|
10 years ago |
Chris Bannister
|
6b4a5e5a2c
Update frame for proto v4 prepared and events
|
10 years ago |
Chris Bannister
|
9be46a1f88
correctly handle negative streams, differentiate -1
|
10 years ago |
Chris Bannister
|
cc781fbf13
fix assumptions about number of streams
|
10 years ago |
Chris Bannister
|
c5ae7cf29d
conn: dont use stream 0 for outgoing requests
|
10 years ago |
Chris Bannister
|
8819158121
conn: ensure that call.framer is not nil
|
10 years ago |
Chris Bannister
|
9004be2f10
conn: ensure that stream is within bounds
|
10 years ago |
Chris Bannister
|
2ed0ffe748
prevent duplicate stream usage
|
10 years ago |
Chris Bannister
|
ff272b077d
conn: ensure that callers unblock correctly
|
10 years ago |
Aaron Blohowiak
|
5dfb9b1f9f
recieved -> received
|
10 years ago |
Chris Bannister
|
80e812acf0
Merge pull request #432 from Zariel/buffer-response-chan
|
10 years ago |
Chris Bannister
|
cd520c7d57
buffer the connection response channel
|
10 years ago |
Chris Bannister
|
d4cdc5dd42
dont swallow the error from closeWithError
|
10 years ago |
Chris Bannister
|
d6104e3987
if a stream is timedout release its stream id
|
10 years ago |
Chris Bannister
|
eab95a919e
dont block indefinatly waiting for a stream
|
10 years ago |
Chris Bannister
|
1e8fd96b0c
ensure that incase of a timeout recv wont block indefinatly
|
10 years ago |
Chris Bannister
|
e77f3a3a12
improve close handling for streams
|
10 years ago |
Chris Bannister
|
9262dc285f
dont close the channel, store not waiting
|
10 years ago |