issues
search
r3labs
/
sse
Server Sent Events server and client for Golang
Mozilla Public License 2.0
857
stars
179
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update subscribers
#183
AlexKomzzz
closed
1 month ago
0
On failure callback
#182
Madoxen
closed
1 month ago
0
support other http methods
#181
emef
closed
4 months ago
5
Fix(be): Protect against panic in EventLog.Replay
#180
robTheBuildr
closed
5 months ago
0
Applied some fixes to the subscribe with channel
#179
cphelps-ud
closed
5 months ago
0
Shut down subscriber read loop correctly
#178
nickstenning
opened
7 months ago
0
onSubscribe send a message to the subscriber
#177
Cyliann
opened
9 months ago
0
always add timestamp to events
#176
merlinran
opened
10 months ago
0
reconnect when eof
#175
focusj
closed
10 months ago
0
consequences of the default recoonect strategy behaviour should be documented / made clear
#174
draganm
opened
1 year ago
0
fix(perf): scan only new data while looking for end of event tokens
#173
FrankSpitulski
opened
1 year ago
0
stream connection limits
#172
verygoodsoftwarenotvirus
opened
1 year ago
1
Feature client post method
#171
yosefl20
opened
1 year ago
0
Accessing headers in OnSubscribe
#170
dmitryrn
closed
1 year ago
1
Introduce EventLog BufferSize
#169
tchaton
opened
1 year ago
1
Need to process the body and status code of the response with an error
#168
fpawel
opened
1 year ago
0
Feat custom request
#167
warjiang
opened
1 year ago
0
support custom split func
#166
lone1y-51
opened
1 year ago
0
Dev
#165
LampScript
closed
1 year ago
0
add NewClientFromReq method to allow streaming any kind of requests
#164
radiantspace
opened
1 year ago
0
Not all empty messages are actually ignored
#163
emmrk
opened
1 year ago
0
feature: implement max log entries and replay per stream
#162
zze0s
opened
1 year ago
1
Custom http.Client?
#161
codewinch
opened
1 year ago
1
support connection callbacks
#160
manjunathb4461
opened
1 year ago
0
Question: Cache mode of SSE client
#159
g41797
closed
1 year ago
0
Improve receive message error handling
#158
portante
opened
1 year ago
0
client: make http method could be customized
#157
time-river
opened
1 year ago
2
refactor: better error check(that handle wrap), use std constants, typos and fields alignement
#156
GreyXor
closed
6 months ago
2
chore: upgrade dependencies and new mod structure
#155
GreyXor
closed
6 months ago
1
Bump golang.org/x/net from 0.0.0-20191116160921-f9c825593386 to 0.7.0
#154
dependabot[bot]
opened
1 year ago
0
Feature Request: Support non-GET method and request body in the sse client
#153
munisystem
opened
1 year ago
1
Reset the backoff time on successful connection
#152
pjcdawkins
opened
1 year ago
0
Call OnConnect after a connection regardless of events
#151
pjcdawkins
opened
1 year ago
0
OnConnect can be delayed
#150
pjcdawkins
closed
1 year ago
1
OnConnect can be delayed
#149
pjcdawkins
opened
1 year ago
0
client: reconnect after an EOF
#148
pjcdawkins
opened
1 year ago
1
Client doesn't reconnect after EOF
#147
pjcdawkins
opened
1 year ago
5
client: pass the provided ctx to backoff.RetryNotify
#146
wwade
opened
1 year ago
7
feat: add AutoReconnect option
#145
yi-ge
opened
1 year ago
1
Non blocking publish
#144
merlinran
closed
1 year ago
3
Optimize locking
#143
merlinran
closed
1 year ago
1
Send for Subscriber
#142
nofik44
opened
1 year ago
1
SSE client randomly dies
#141
fleaz
closed
1 year ago
2
Fix bug, goroutine leak in the functions SubscribeWithContext()
#140
gozjw
closed
1 year ago
1
Any idea how to connect with Go Fiber framework?
#139
exu
opened
2 years ago
0
Allow overrriding `OnSubscribe` and `OnUnsubscribe` functions per Stream.
#138
dylangleason
opened
2 years ago
0
Client OnConnect event added
#137
enverbisevac
closed
1 year ago
2
skip any comments sent to the client
#136
purehyperbole
closed
2 years ago
0
Ignore comments (lines starting with colon - `:`)
#135
metachris
closed
2 years ago
1
sse can not get empty data like url opend with chrome
#134
TuringZhu
closed
2 years ago
2
Next