Skip to content
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

events not delivered when using pushpin path_beg, replace_beg on route #114

Open
timomeara opened this issue Apr 28, 2023 · 1 comment
Open

Comments

@timomeara
Copy link

eventstream/pushpin will not deliver events when pushpin is using path_beg and replace_beg to to remove part of the path.

pushpin url
http://localhost:7999/foo/events/bar/

pushpin route
*,path_beg=/foo,replace_beg= localhost:8000

django url
path('events/<channel>/', include(django_eventstream.urls))

pushpin logs
httpsession: failed to retrieve next link

@timomeara
Copy link
Author

submitted #115 to fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant