You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Consider a server that can accept connections from whitelisted client addresses.
Or, as a common use case, a server that accepts only local connections.
Describe the solution you'd like
Server session should provide access to the connected client's address.
Additional notes
This feature requires a minor breaking change in the ISessionRepository interface.
The text was updated successfully, but these errors were encountered:
yallie
added a commit
to yallie/CoreRemoting
that referenced
this issue
Dec 7, 2024
Is your feature request related to a problem? Please describe.
Consider a server that can accept connections from whitelisted client addresses.
Or, as a common use case, a server that accepts only local connections.
Describe the solution you'd like
Server session should provide access to the connected client's address.
Additional notes
This feature requires a minor breaking change in the ISessionRepository interface.
The text was updated successfully, but these errors were encountered: