Skip to content

while Making any Http Request on real device to server by using IP and port getting SocketException and wrong port number in logs #980

while Making any Http Request on real device to server by using IP and port getting SocketException and wrong port number in logs

while Making any Http Request on real device to server by using IP and port getting SocketException and wrong port number in logs #980

Workflow file for this run

name: Publish from comments
on:
issue_comment:
types: [created]
jobs:
publish:
# https://github.com/cfug/dio/issues/1633
if: github.event.issue.number == 1633
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.CFUG_PUBLISHER }}
- uses: dart-lang/[email protected]
- uses: cfug/dio_issue_release_action@v2
with:
github-token: ${{ secrets.CFUG_PUBLISHER }}
pub-credentials-json: ${{ secrets.CREDENTIAL_JSON }}