Kimboo

Results 2 issues of Kimboo

Stream values different than regular calls c=[a[1] for a in c] c = np.array(c,dtype="double") val = talib.HT_PHASOR(c) val_stream = stream.HT_PHASOR(c) print(val_stream) (-0.04820981151286492,-0.011143455822243967) print(val[0][-1] ) -0.0920150816290648 print(val[0] ) 34:-0.05492210928311794 35:-0.07138520112260047 36:-0.10170034098678124...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior websocket connection on sip is unusable for me, a connection lost...